From: Ted Lemon Date: Fri, 20 Apr 2001 19:05:53 +0000 (+0000) Subject: - If we are get a contact timeout on a link, drop it, regardless of X-Git-Tag: V3-RC2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17a5059ba09d7702da4146b8b9ccf7c4949260de;p=thirdparty%2Fdhcp.git - If we are get a contact timeout on a link, drop it, regardless of what state we're in. --- diff --git a/server/failover.c b/server/failover.c index 5d4d6da5d..537583877 100644 --- a/server/failover.c +++ b/server/failover.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: failover.c,v 1.48 2001/04/20 18:48:25 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n"; +"$Id: failover.c,v 1.49 2001/04/20 19:05:53 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -3521,8 +3521,6 @@ void dhcp_failover_timeout (void *vstate) if (!state || state -> type != dhcp_type_failover_state) return; - if (state -> me.state != normal) - return; link = state -> link_to_peer; if (!link || !link -> outer ||