From 561f93bac66c7e237ae3634084ed35c6fc0b9254 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 6 Jul 2000 10:08:14 +0000 Subject: [PATCH] Disable failover by default. --- includes/site.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/site.h b/includes/site.h index d3c084b63..96a45d405 100644 --- a/includes/site.h +++ b/includes/site.h @@ -75,17 +75,17 @@ /* Define this if you want debugging output for DHCP failover protocol messages. */ -#define DEBUG_FAILOVER_MESSAGES +/* #define DEBUG_FAILOVER_MESSAGES */ /* Define this if you want debugging output for DHCP failover protocol lease assignment timing. */ -#define DEBUG_FAILOVER_TIMING +/* #define DEBUG_FAILOVER_TIMING */ /* Define this if you want DHCP failover protocol support in the DHCP server. */ -#define FAILOVER_PROTOCOL +/* #define FAILOVER_PROTOCOL */ /* Define this if you want DNS update functionality to be available. */ -- 2.47.2