From: Wouter Verhelst Date: Sun, 29 May 2011 07:56:17 +0000 (+0200) Subject: Don't send to syslog from nbd-trdump X-Git-Url: http://git.alex.org.uk Don't send to syslog from nbd-trdump - we don't include the necessary headers - it's less than useful here --- 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"