diff options
author | Tomek Mrugalski <tomek@isc.org> | 2022-01-19 20:14:16 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2022-01-20 12:04:28 +0100 |
commit | f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb (patch) | |
tree | 19926f31f56890bc8c7f5d3bc5b2e2c16b96794e /omapip/isclib.c | |
parent | 429a56d73c0f9f2edf400fd6313850a3ce4fd809 (diff) | |
download | isc-dhcp-f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb.tar.gz |
[#189] Whitespace fixes in opened files
Diffstat (limited to 'omapip/isclib.c')
-rw-r--r-- | omapip/isclib.c | 6 |
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); |