From: Ted Lemon Date: Wed, 5 Jan 2000 18:23:44 +0000 (+0000) Subject: Add skip_failover_option for easier use of the failover message maker. X-Git-Tag: V3-BETA-2-PATCH-1~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8b4d91cbef30c985b1a1674571779fc56a1da6;p=thirdparty%2Fdhcp.git Add skip_failover_option for easier use of the failover message maker. --- diff --git a/server/stables.c b/server/stables.c index ec4b38c50..a4440700e 100644 --- a/server/stables.c +++ b/server/stables.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: stables.c,v 1.3 1999/11/23 22:24:49 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: stables.c,v 1.4 2000/01/05 18:23:44 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -32,6 +32,7 @@ static char copyright[] = /* This is used to indicate some kind of failure when generating a failover option. */ failover_option_t null_failover_option = { 0, 0 }; +failover_option_t skip_failover_option = { 0, 0 }; /* Information about failover options, for printing, encoding and decoding. */