Merge branch 'collectd-3.9'
[collectd.git] / src / collectd.c
index 2720590..0d9c90f 100644 (file)
@@ -291,6 +291,8 @@ int main (int argc, char **argv)
 
 #if HAVE_LIBRRD
        operating_mode = MODE_LOCAL;
+#else
+       operating_mode = MODE_CLIENT;
 #endif
 
        /* open syslog */