diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-05 01:38:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | 8df3e437f941912067231250ff5695b8a3a7fd92 (patch) | |
tree | c812fb252ad0f8a48041aff28b7fc60a75f245d1 /controller/ctl-plugin.c | |
parent | 8364673ab93eb484e25c7c4776e5d705b73330b4 (diff) |
LUA lib and bin embedded in project
Change-Id: I1a61b49f55e4daa305800e754a14b6041aa81b34
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'controller/ctl-plugin.c')
-rw-r--r-- | controller/ctl-plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/ctl-plugin.c b/controller/ctl-plugin.c index 6c73573..9a34a29 100644 --- a/controller/ctl-plugin.c +++ b/controller/ctl-plugin.c @@ -84,7 +84,6 @@ STATIC int PluginLoadOne (CtlPluginT *ctlPlugin, json_object *pluginJ, void* han char *ldSearchPath = NULL; void *dlHandle; - // plugin initialises at 1st load further init actions should be place into onload section if (!pluginJ) return 0; |