]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- If we are get a contact timeout on a link, drop it, regardless of
authorTed Lemon <source@isc.org>
Fri, 20 Apr 2001 19:05:53 +0000 (19:05 +0000)
committerTed Lemon <source@isc.org>
Fri, 20 Apr 2001 19:05:53 +0000 (19:05 +0000)
  what state we're in.

server/failover.c

index 5d4d6da5d0cd84c94c5ce781dfa7d31e3e38dab7..537583877c0325de39158023209939ccacdd9ae9 100644 (file)
@@ -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 ||