aboutsummaryrefslogtreecommitdiffstats
path: root/agni.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-06-01 21:36:46 +0100
committerFreeArtMan <dos21h@gmail.com>2017-06-01 21:36:46 +0100
commit43c0c201b7e581feed4486271ea78a0e8e2afb0c (patch)
treeaa92ae90354488212388c5557d423a01a5db78d6 /agni.c
parentf5e6f56a82e56cfd72a0e2f1ce9b583398636545 (diff)
downloadagni-43c0c201b7e581feed4486271ea78a0e8e2afb0c.tar.gz
agni-43c0c201b7e581feed4486271ea78a0e8e2afb0c.zip
Added new ini lib, fixed no command bug
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;