lib: Add global config namespace
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ int main (int arc, char *argv[])
|
||||
bool debug;
|
||||
int threads, timeout;
|
||||
|
||||
library_init(NULL);
|
||||
library_init(NULL, "manager");
|
||||
if (!lib->plugins->load(lib->plugins,
|
||||
lib->settings->get_str(lib->settings, "manager.load", PLUGINS)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user