summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-10-18 20:30:15 +0000
committerTed Lemon <source@isc.org>2001-10-18 20:30:15 +0000
commit3e1236d705c88193c125ae48fc5f4c41efba438c (patch)
tree04b4fd3576cfa1f6c692227f751871e37ee9a589
parentf060020fdb2cb1b03f666a077807b834b36be6ca (diff)
downloadisc-dhcp-3e1236d705c88193c125ae48fc5f4c41efba438c.tar.gz
Fix a typo.
-rw-r--r--dhcpctl/dhcpctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/dhcpctl.c b/dhcpctl/dhcpctl.c
index d08a0b50..a3bbb817 100644
--- a/dhcpctl/dhcpctl.c
+++ b/dhcpctl/dhcpctl.c
@@ -69,7 +69,7 @@ dhcpctl_status dhcpctl_initialize ()
0, 0, 0, 0, 0, 0,
sizeof
(dhcpctl_callback_object_t), 0,
- RC_REGISTER);
+ RC_MISC);
if (status != ISC_R_SUCCESS)
return status;