summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-07-22 21:56:21 +0000
committerDavid Hankins <dhankins@isc.org>2009-07-22 21:56:21 +0000
commitc8bf217606c205cdd40ea409c42cd06ee5321478 (patch)
treebcc7d08706f7df85bbc81eba542f02f0500fbe7e
parentad9e9592d427738b11f1dfb0939f22a8fac6fd5c (diff)
downloadisc-dhcp-c8bf217606c205cdd40ea409c42cd06ee5321478.tar.gz
correcting earlier pullup, [ISC-Bugs #19976]
-rw-r--r--server/failover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/failover.c b/server/failover.c
index 0b4eedfe..cb43d8c5 100644
--- a/server/failover.c
+++ b/server/failover.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.63.56.25 2009/07/22 17:05:13 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.63.56.26 2009/07/22 21:56:21 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -5127,7 +5127,7 @@ isc_result_t dhcp_failover_process_bind_update (dhcp_failover_state_t *state,
*/
if (msg->binding_status == FTS_ACTIVE &&
(chaddr_changed || ident_changed)) {
- ddns_removals(lease, NULL);
+ ddns_removals(lease);
if (lease->scope != NULL)
binding_scope_dereference(&lease->scope, MDL);