X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ftools%2Fsysdbd%2Fconfigfile.c;h=8dc4394f7abfce9450b82a6b01c69f6aa32eb74e;hp=25c9404108bef0b61cd0274829bccf539b2762aa;hb=32d934c91fc7d08f9d4ba0426366aeb202d7a468;hpb=e6fca772f02564a63847bb2103ad754f1a42ffae diff --git a/src/tools/sysdbd/configfile.c b/src/tools/sysdbd/configfile.c index 25c9404..8dc4394 100644 --- a/src/tools/sysdbd/configfile.c +++ b/src/tools/sysdbd/configfile.c @@ -176,7 +176,7 @@ daemon_load_plugin(oconfig_item_t *ci) } /* returns a negative value on error */ - return sdb_plugin_load(name, NULL); + return sdb_plugin_load(NULL, name, NULL); } /* daemon_load_plugin */ static int @@ -215,7 +215,7 @@ daemon_load_backend(oconfig_item_t *ci) } } - return sdb_plugin_load(plugin_name, &ctx); + return sdb_plugin_load(NULL, plugin_name, &ctx); } /* daemon_load_backend */ static int