mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Fix up call to omapi_object_type_register.
This commit is contained in:
@@ -68,7 +68,7 @@ dhcpctl_status dhcpctl_initialize ()
|
|||||||
dhcpctl_callback_stuff_values,
|
dhcpctl_callback_stuff_values,
|
||||||
0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0,
|
||||||
sizeof
|
sizeof
|
||||||
(dhcpctl_callback_object_t));
|
(dhcpctl_callback_object_t), 0);
|
||||||
if (status != ISC_R_SUCCESS)
|
if (status != ISC_R_SUCCESS)
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
@@ -80,7 +80,8 @@ dhcpctl_status dhcpctl_initialize ()
|
|||||||
dhcpctl_remote_signal_handler,
|
dhcpctl_remote_signal_handler,
|
||||||
dhcpctl_remote_stuff_values,
|
dhcpctl_remote_stuff_values,
|
||||||
0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0,
|
||||||
sizeof (dhcpctl_remote_object_t));
|
sizeof (dhcpctl_remote_object_t),
|
||||||
|
0);
|
||||||
if (status != ISC_R_SUCCESS)
|
if (status != ISC_R_SUCCESS)
|
||||||
return status;
|
return status;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user