Code

core: Automatically determine config callback names.
[sysdb.git] / src / backend / collectd / unixsock.c
index 8ac829d117c85c5ccae04bba44be92da7aa13c0f..3a41fdf65e0e7d628d9a7e032412fb8f6f9e8649 100644 (file)
@@ -381,7 +381,7 @@ sdb_module_init(sdb_plugin_info_t *info)
        sdb_plugin_set_info(info, SDB_PLUGIN_INFO_VERSION, SDB_VERSION);
        sdb_plugin_set_info(info, SDB_PLUGIN_INFO_PLUGIN_VERSION, SDB_VERSION);
 
-       sdb_plugin_register_config("collectd::unixsock", sdb_collectd_config);
+       sdb_plugin_register_config(sdb_collectd_config);
        return 0;
 } /* sdb_version_extra */