diff options
Diffstat (limited to 'agni.c')
-rw-r--r-- | agni.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -635,6 +635,12 @@ int th_event_manager(void *data) //tble_exec *ecmd = NULL; tbl_exec *etbl = NULL; + etbl = tbl_exec_list_c(30); + if (etbl == NULL) + { + PERM(); + } + //load predefined/precompiled command list { single_cmd_def *single_cmd = confgi_cmd_list; |