]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add skip_failover_option for easier use of the failover message maker.
authorTed Lemon <source@isc.org>
Wed, 5 Jan 2000 18:23:44 +0000 (18:23 +0000)
committerTed Lemon <source@isc.org>
Wed, 5 Jan 2000 18:23:44 +0000 (18:23 +0000)
server/stables.c

index ec4b38c5088a2a6cce8963f8d0602e8a622cedd8..a4440700eff626b486de586e11971749b8729182 100644 (file)
@@ -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. */