#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.42 2001/04/16 22:28:50 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.43 2001/04/17 04:10:47 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
} else {
lease_reference (&state -> update_queue_head, lease, MDL);
}
+#if defined (POINTER_DEBUG)
if (lease -> next_pending) {
log_error ("next pending on update queue lease.");
dump_rc_history ();
abort ();
}
+#endif
lease_reference (&state -> update_queue_tail, lease, MDL);
lease -> flags |= ON_UPDATE_QUEUE;
if (immediate)
dhcp_type_failover_link)
#endif /* defined (FAILOVER_PROTOCOL) */
-#if defined (DEBUG_LEASE_STATE_TRANSITIONS)
const char *binding_state_print (enum failover_state state)
{
switch (state) {
break;
}
}
-#endif