]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Clean up failover-specific code.
authorTed Lemon <source@isc.org>
Tue, 23 Nov 1999 22:24:31 +0000 (22:24 +0000)
committerTed Lemon <source@isc.org>
Tue, 23 Nov 1999 22:24:31 +0000 (22:24 +0000)
server/omapi.c

index 2c710f9aa26ce2f41b11b9bac4ee7c5207edabce..48a35a744088ce5e6927fcc5a80676d720b6d9a8 100644 (file)
@@ -29,7 +29,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: omapi.c,v 1.21 1999/11/20 18:36:32 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: omapi.c,v 1.22 1999/11/23 22:24:31 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -115,7 +115,7 @@ void dhcp_db_objects_setup ()
                                             dhcp_failover_state_get_value,
                                             dhcp_failover_state_destroy,
                                             dhcp_failover_state_signal,
-                                            dhcp_failover_state_stuff_values,
+                                            dhcp_failover_state_stuff,
                                             dhcp_failover_state_lookup, 
                                             dhcp_failover_state_create,
                                             dhcp_failover_state_remove);
@@ -130,7 +130,7 @@ void dhcp_db_objects_setup ()
                                             dhcp_failover_link_get_value,
                                             dhcp_failover_link_destroy,
                                             dhcp_failover_link_signal,
-                                            dhcp_failover_link_stuff,
+                                            dhcp_failover_link_stuff_values,
                                             0, 0, 0);
 
        if (status != ISC_R_SUCCESS)