Code

core: Automatically determine config callback names.
[sysdb.git] / t / integration / mock_plugin.c
index 459a7e2de61f0ebda8670f22e253831402be7127..7e2b4a67dae3fc5e843a1eaf33cd307becc5762c 100644 (file)
@@ -203,7 +203,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("test::integration::mock", mock_config);
+       sdb_plugin_register_config(mock_config);
        return 0;
 } /* sdb_module_init */