X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmysql.c;h=bf77a2fff3c9545b4e6fe036f673cea3da64d7ba;hb=cce136946b;hp=00cba094977361f04420db6f87bb44245f90bc2d;hpb=30eeeee996124de666f907877f8196e5580101ed;p=collectd.git diff --git a/src/mysql.c b/src/mysql.c index 00cba094..bf77a2ff 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 {