Merge pull request #2772 from rubenk/static-initializers
[collectd.git] / src / daemon / collectd.c
index 1d19be5..a656b37 100644 (file)
@@ -51,7 +51,7 @@
 #define COLLECTD_LOCALE "C"
 #endif
 
-static int loop = 0;
+static int loop;
 
 static void *do_flush(void __attribute__((unused)) * arg) {
   INFO("Flushing all data.");