summaryrefslogtreecommitdiff
path: root/omapip/isclib.c
diff options
context:
space:
mode:
Diffstat (limited to 'omapip/isclib.c')
-rw-r--r--omapip/isclib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/omapip/isclib.c b/omapip/isclib.c
index f014bd8e..f726fb7e 100644
--- a/omapip/isclib.c
+++ b/omapip/isclib.c
@@ -40,7 +40,7 @@ int shutdown_signal = 0;
* It may be moved to be part of the dns client code instead
* of being in the DHCP code
*/
-isc_result_t
+isc_result_t
dhcp_dns_client_setservers(void)
{
isc_result_t result;
@@ -183,7 +183,7 @@ dhcp_context_create(int flags,
}
memset(&dhcp_gbl_ctx, 0, sizeof (dhcp_gbl_ctx));
-
+
isc_lib_register();
/* get the current time for use as the random seed */
@@ -318,7 +318,7 @@ dhcp_isc_name(unsigned char *namestr,
isc_buffer_t b;
isc_result_t result;
- namelen = strlen((char *)namestr);
+ namelen = strlen((char *)namestr);
isc_buffer_init(&b, namestr, namelen);
isc_buffer_add(&b, namelen);
dns_fixedname_init(namefix);