update it

This commit is contained in:
Sukchan Lee 2017-02-26 23:16:37 +09:00
parent 61a20f469e
commit 046ae52d3e
1 changed files with 0 additions and 2 deletions

View File

@ -279,9 +279,7 @@ int ta_cli_init(void)
{
CHECK_FCT( fd_sess_handler_create(&ta_cli_reg, (void *)free, NULL, NULL) );
#if 0
CHECK_FCT( fd_event_trig_regcb(ta_conf->signal, "test_app.cli", ta_cli_test_message ) );
#endif
return 0;
}