summaryrefslogtreecommitdiff
path: root/dhcpctl/dhcpctl.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-10-10 22:53:43 +0000
committerTed Lemon <source@isc.org>2000-10-10 22:53:43 +0000
commit84864dd8d32b1f50e171542a2b0a56f7c2ca1cf7 (patch)
tree4d4992a16d035e52ba692f52258c42472fb30eff /dhcpctl/dhcpctl.c
parent975bd4642daebe33695e31ade26c3dc8e666c0ab (diff)
downloadisc-dhcp-84864dd8d32b1f50e171542a2b0a56f7c2ca1cf7.tar.gz
Fix up call to omapi_object_type_register.
Diffstat (limited to 'dhcpctl/dhcpctl.c')
-rw-r--r--dhcpctl/dhcpctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dhcpctl/dhcpctl.c b/dhcpctl/dhcpctl.c
index 60d6e065..70e368ab 100644
--- a/dhcpctl/dhcpctl.c
+++ b/dhcpctl/dhcpctl.c
@@ -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;