From: Ted Lemon Date: Tue, 23 Nov 1999 22:24:31 +0000 (+0000) Subject: Clean up failover-specific code. X-Git-Tag: BCTEL_SPECIAL_19991124~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81694b6cc06a7ce58f2ae5354bc8885335ca58ba;p=thirdparty%2Fdhcp.git Clean up failover-specific code. --- diff --git a/server/omapi.c b/server/omapi.c index 2c710f9aa..48a35a744 100644 --- a/server/omapi.c +++ b/server/omapi.c @@ -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)