X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fplugin.c;h=8ca0fd74472a23b7b7f0ff0daa953ff1329ce0cf;hp=4dbea70109a49f13c6484b863d798ed79e582da9;hb=73272856dba3b5e49710205601017724fbb6c424;hpb=d533e710bc18b3edea03e39edb12d68f5eaaf096 diff --git a/src/core/plugin.c b/src/core/plugin.c index 4dbea70..8ca0fd7 100644 --- a/src/core/plugin.c +++ b/src/core/plugin.c @@ -198,16 +198,14 @@ static sdb_type_t sdb_plugin_cb_type = { sizeof(sdb_plugin_cb_t), sdb_plugin_cb_init, - sdb_plugin_cb_destroy, - /* clone = */ NULL + sdb_plugin_cb_destroy }; static sdb_type_t sdb_plugin_collector_cb_type = { sizeof(sdb_plugin_collector_cb_t), sdb_plugin_cb_init, - sdb_plugin_cb_destroy, - /* clone = */ NULL + sdb_plugin_cb_destroy }; static int