From: Alan T. DeKok Date: Sat, 12 Aug 2017 08:32:02 +0000 (+0200) Subject: disable "skip signals" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ddcf3961c09652b110401eff4a7c68b7e6d796;p=thirdparty%2Ffreeradius-server.git disable "skip signals" Until we have time to track it down --- diff --git a/src/lib/io/channel.c b/src/lib/io/channel.c index d8a80dcaf30..7ed1e335092 100644 --- a/src/lib/io/channel.c +++ b/src/lib/io/channel.c @@ -38,7 +38,10 @@ RCSID("$Id$") #define MPRINT(...) #endif -#define ENABLE_SKIPS (1) +/* + * We disable this until we fix all of the signaling issues... + */ +#define ENABLE_SKIPS (0) #define TO_WORKER (0) #define FROM_WORKER (1)