X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmysql.c;h=a8a8e86d906f79572754dab09a7af08931078a03;hb=9c8f3110063cf83fa146929d5f28f8ecf17a4ffd;hp=eaa03719c5216b23ba316273af40aa654bc891e3;hpb=142fb2ea490118e62f34df41f907ef1e58fb0be4;p=collectd.git diff --git a/src/mysql.c b/src/mysql.c index eaa03719..a8a8e86d 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -213,7 +213,7 @@ static int mysql_config_database (oconfig_item_t *ci) /* {{{ */ plugin_register_complex_read (/* group = */ NULL, cb_name, mysql_read, - /* interval = */ NULL, &ud); + /* interval = */ 0, &ud); } else {