2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Add recover_wait state goo.

This commit is contained in:
Ted Lemon
2001-04-20 18:07:29 +00:00
parent f67a7be59e
commit 3417f5cf6a
4 changed files with 12 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: confpars.c,v 1.139 2001/04/16 22:25:04 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
"$Id: confpars.c,v 1.140 2001/04/20 18:07:29 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -1126,6 +1126,10 @@ void parse_failover_state (cfile, state, stos)
state_in = recover;
break;
case RECOVER_WAIT:
state_in = recover_wait;
break;
case RECOVER_DONE:
state_in = recover_done;
break;