]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix misnamed function call.
authorTed Lemon <source@isc.org>
Wed, 20 Sep 2000 10:13:43 +0000 (10:13 +0000)
committerTed Lemon <source@isc.org>
Wed, 20 Sep 2000 10:13:43 +0000 (10:13 +0000)
server/failover.c

index 7ef1eebed852aa4441039b29b1111944f83d2b2f..592d905c1278a769317c830eba47dc746cc4e406 100644 (file)
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: failover.c,v 1.26 2000/09/20 09:06:39 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: failover.c,v 1.27 2000/09/20 10:13:43 mellon Exp $ Copyright (c) 1999-2000 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -310,7 +310,7 @@ isc_result_t dhcp_failover_link_signal (omapi_object_t *h,
                             (tvref_t)dhcp_failover_state_reference,
                             (tvunref_t)dhcp_failover_state_dereference);
 
-               state_dereference (&state, MDL);
+               dhcp_failover_state_dereference (&state, MDL);
            }
            return ISC_R_SUCCESS;
        }