summaryrefslogtreecommitdiff
path: root/agni.c
diff options
context:
space:
mode:
Diffstat (limited to 'agni.c')
-rw-r--r--agni.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/agni.c b/agni.c
index c6644f1..a5b0014 100644
--- a/agni.c
+++ b/agni.c
@@ -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;