From: Ruben Kerkhof Date: Sat, 13 Aug 2016 13:23:27 +0000 (+0200) Subject: openldap plugin: replace comma with semicolon X-Git-Tag: collectd-5.6.0~47 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=c3cc7a2e9cfa5152ed80066255f11f1371288353 openldap plugin: replace comma with semicolon This incidentally worked, but it is not a good idea. --- diff --git a/src/openldap.c b/src/openldap.c index 13535361..a1fa5093 100644 --- a/src/openldap.c +++ b/src/openldap.c @@ -664,7 +664,7 @@ static int cldap_config_add (oconfig_item_t *ci) /* {{{ */ ssnprintf (callback_name, sizeof (callback_name), "openldap/%s/%s", (st->host != NULL) ? st->host : hostname_g, - (st->name != NULL) ? st->name : "default"), + (st->name != NULL) ? st->name : "default"); status = plugin_register_complex_read (/* group = */ NULL, /* name = */ callback_name,