]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix up call to omapi_object_type_register.
authorTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:53:43 +0000 (22:53 +0000)
committerTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:53:43 +0000 (22:53 +0000)
dhcpctl/dhcpctl.c

index 60d6e065ceadb83f914f12a909b02ba05545f553..70e368ab8309301615a4445634fbf75963051b53 100644 (file)
@@ -68,7 +68,7 @@ dhcpctl_status dhcpctl_initialize ()
                                             dhcpctl_callback_stuff_values,
                                             0, 0, 0, 0, 0, 0,
                                             sizeof
-                                            (dhcpctl_callback_object_t));
+                                            (dhcpctl_callback_object_t), 0);
        if (status != ISC_R_SUCCESS)
                return status;
 
@@ -80,7 +80,8 @@ dhcpctl_status dhcpctl_initialize ()
                                             dhcpctl_remote_signal_handler,
                                             dhcpctl_remote_stuff_values,
                                             0, 0, 0, 0, 0, 0,
-                                            sizeof (dhcpctl_remote_object_t));
+                                            sizeof (dhcpctl_remote_object_t),
+                                            0);
        if (status != ISC_R_SUCCESS)
                return status;