mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char copyright[] =
|
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 */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "dhcpd.h"
|
#include "dhcpd.h"
|
||||||
@@ -1007,8 +1007,8 @@ void parse_failover_state (cfile, state, stos)
|
|||||||
state_in = potential_conflict;
|
state_in = potential_conflict;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case POTENTIAL_CONFLICT_NIC:
|
case RESOLUTION_INTERRUPTED:
|
||||||
state_in = potential_conflict;
|
state_in = resolution_interrupted;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RECOVER:
|
case RECOVER:
|
||||||
|
Reference in New Issue
Block a user