aboutsummaryrefslogtreecommitdiffstats
path: root/agni.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-09-30 22:51:45 +0100
committerFreeArtMan <dos21h@gmail.com>2017-09-30 22:51:45 +0100
commit512f057166af84c11fc7ed5e4768b9dd2fe9f590 (patch)
treebe57349725502ad9ef14d70a4e32ff3ffb2bea94 /agni.c
parent8c97104aa6fac4a7ed54d97bbcb1aed5e2398713 (diff)
downloadagni-512f057166af84c11fc7ed5e4768b9dd2fe9f590.tar.gz
agni-512f057166af84c11fc7ed5e4768b9dd2fe9f590.zip
comand rpc sends/recieves packets woohoo
Diffstat (limited to 'agni.c')
-rw-r--r--agni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agni.c b/agni.c
index e5ea822..5f4756e 100644
--- a/agni.c
+++ b/agni.c
@@ -850,7 +850,7 @@ int th_event_manager(void *data)
FREE(stat_str);
}
- if (tbl_exec_run(etbl, exec_params, &ret_msg)>=0)
+ if (tbl_exec_run(etbl, exec_params, "", "", "", &ret_msg)>=0)
{
if (ret_msg != NULL)
{