-only trigger check config if we actually need it
[oweals/gnunet.git] / src / statistics / test_statistics_api_loop.c
index 64e6dec5f24dea6a2d1f3f7559e8aa529cf0240d..a7e2cbab509a85bcf6bbb04a0dd51ecfe2b126cb 100644 (file)
@@ -70,7 +70,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   i = 0;
   GNUNET_break (NULL !=
                 GNUNET_STATISTICS_get (h, NULL, "test-0",
-                                       GNUNET_TIME_UNIT_MINUTES, &next,
+                                       &next,
                                        &check_1, cls));
 }