]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.
authorTed Lemon <source@isc.org>
Thu, 24 Aug 2000 18:46:31 +0000 (18:46 +0000)
committerTed Lemon <source@isc.org>
Thu, 24 Aug 2000 18:46:31 +0000 (18:46 +0000)
server/confpars.c

index 5c98f8a60557632fca5b08d4f0121d5f901e9579..219eab4dd350e4c162009d2ecf76d1dec1cc6737 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: confpars.c,v 1.122 2000/08/15 22:23:33 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: confpars.c,v 1.123 2000/08/24 18:46:31 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -1007,8 +1007,8 @@ void parse_failover_state (cfile, state, stos)
                state_in = potential_conflict;
                break;
 
-             case POTENTIAL_CONFLICT_NIC:
-               state_in = potential_conflict;
+             case RESOLUTION_INTERRUPTED:
+               state_in = resolution_interrupted;
                break;
 
              case RECOVER: