]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
One more argument to object_register...
authorTed Lemon <source@isc.org>
Thu, 9 Sep 1999 23:26:12 +0000 (23:26 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Sep 1999 23:26:12 +0000 (23:26 +0000)
common/discover.c
common/icmp.c

index c8d02fa78e1a9a3e1a3d4f88b94e603d4d0b282b..2c18cb3cbc5c00916f6d146d5332155d14b967e2 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: discover.c,v 1.12 1999/09/09 21:00:46 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: discover.c,v 1.13 1999/09/09 23:26:11 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -69,7 +69,7 @@ void discover_interfaces (state)
                        (&dhcp_type_interface, "interface",
                         interface_set_value, interface_get_value,
                         interface_destroy, interface_signal_handler,
-                        interface_stuff_values, 0, 0);
+                        interface_stuff_values, 0, 0, 0);
                if (status != ISC_R_SUCCESS)
                        log_fatal ("Can't create interface object type: %s",
                                   isc_result_totext (status));
index 647f7dabd76ae76a67421a1295e32aaf9f9357af..62c83b3757f012c586c488b1d324050e3859158c 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: icmp.c,v 1.14 1999/09/09 21:02:10 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: icmp.c,v 1.15 1999/09/09 23:26:12 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -59,7 +59,7 @@ void icmp_startup (routep, handler)
                log_fatal ("attempted to reinitialize icmp protocol");
 
        result = omapi_object_type_register (&dhcp_type_icmp,
-                                            "icmp", 0, 0, 0, 0, 0, 0, 0);
+                                            "icmp", 0, 0, 0, 0, 0, 0, 0, 0);
 
        if (result != ISC_R_SUCCESS)
                log_fatal ("Can't register icmp object type: %s",