Don't send to syslog from nbd-trdump
[nbd.git] / nbd-trdump.c
index 82b7688..1185224 100644 (file)
@@ -13,6 +13,8 @@
 #include <stdint.h>
 #include <unistd.h>
 #include "config.h"
+/* We don't want to do syslog output in this program */
+#undef ISSERVER
 #include "cliserv.h"
 #include "nbd.h"