diff options
Diffstat (limited to 'src/openac/openac.c')
-rw-r--r-- | src/openac/openac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index 7b81d6cea..7074d44be 100644 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -238,7 +238,7 @@ int main(int argc, char **argv) fprintf(stderr, "integrity check of openac failed\n"); exit(SS_RC_DAEMON_INTEGRITY); } - if (!lib->plugins->load(lib->plugins, NULL, + if (!lib->plugins->load(lib->plugins, lib->settings->get_str(lib->settings, "openac.load", PLUGINS))) { exit(SS_RC_INITIALIZATION_FAILED); |