]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
disable "skip signals"
authorAlan T. DeKok <aland@freeradius.org>
Sat, 12 Aug 2017 08:32:02 +0000 (10:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 12 Aug 2017 08:38:30 +0000 (10:38 +0200)
Until we have time to track it down

src/lib/io/channel.c

index d8a80dcaf30878afd643135af620eb1c4ef58ac2..7ed1e33509280b51cdf2aaf6b7667338a3ccf030 100644 (file)
@@ -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)