summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06622be)
raw | patch | inline | side by side (parent: 06622be)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 7 Apr 2014 07:05:30 +0000 (09:05 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 7 Apr 2014 07:05:30 +0000 (09:05 +0200) |
src/core/plugin.c | patch | blob | history |
diff --git a/src/core/plugin.c b/src/core/plugin.c
index 92440a5e69e913ebc8b63f1da8ccb0f370dffb45..6af090bfac233eec2e51a91221e4a762ee3f02f7 100644 (file)
--- a/src/core/plugin.c
+++ b/src/core/plugin.c
plugin = SDB_PLUGIN_CB(sdb_llist_search_by_name(config_list, name));
if (! plugin) {
- /* XXX: check if any such plugin has been loaded */
ctx_t *ctx = CTX(sdb_llist_search_by_name(all_plugins, name));
if (! ctx)
sdb_log(SDB_LOG_ERR, "core: Plugin '%s' not loaded.", name);