X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fopenldap.c;h=bd989e40b3ffc707832a9126e24a478e61af1c0b;hb=fbcd49e749c383728f81174280f976ae0d2be2c7;hp=bca686e8aa9dd0ee2703ef748389e3224e64f497;hpb=c112678a0c26a6e373efb400b09cd355f1284188;p=collectd.git diff --git a/src/openldap.c b/src/openldap.c index bca686e8..bd989e40 100644 --- a/src/openldap.c +++ b/src/openldap.c @@ -629,7 +629,7 @@ static int cldap_config_add (oconfig_item_t *ci) /* {{{ */ status = plugin_register_complex_read (/* group = */ NULL, /* name = */ callback_name, /* callback = */ cldap_read_host, - /* interval = */ NULL, + /* interval = */ 0, /* user_data = */ &ud); }