Merge branch 'collectd-4.9' into collectd-4.10
[collectd.git] / src / curl_json.c
index 0cf72ac..0527dc8 100644 (file)
@@ -671,7 +671,7 @@ static int cj_config_add_url (oconfig_item_t *ci) /* {{{ */
     ssnprintf (cb_name, sizeof (cb_name), "curl_json-%s-%s",
                db->instance, db->url);
 
-    plugin_register_complex_read (cb_name, cj_read,
+    plugin_register_complex_read (/* group = */ NULL, cb_name, cj_read,
                                   /* interval = */ NULL, &ud);
   }
   else