From 53122e5d232e22dd9b56df4463e8384db77b07d9 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Sun, 29 May 2011 09:56:17 +0200 Subject: [PATCH] Don't send to syslog from nbd-trdump - we don't include the necessary headers - it's less than useful here --- nbd-trdump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nbd-trdump.c b/nbd-trdump.c index 82b7688..1185224 100644 --- a/nbd-trdump.c +++ b/nbd-trdump.c @@ -13,6 +13,8 @@ #include #include #include "config.h" +/* We don't want to do syslog output in this program */ +#undef ISSERVER #include "cliserv.h" #include "nbd.h" -- 1.7.10.4