Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
36bc67f2
Commit
36bc67f2
authored
Feb 18, 2000
by
Michael Graff
Browse files
more formatting nits
parent
1fc244c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/lwres/lwconfig.c
View file @
36bc67f2
...
...
@@ -481,7 +481,7 @@ lwres_conf_print(FILE *fp, lwres_conf_t *confdata)
const
char
*
p
;
REQUIRE
(
confdata
->
nsnext
<=
LWRES_CONFMAXNAMESERVERS
);
for
(
i
=
0
;
i
<
confdata
->
nsnext
;
i
++
)
{
p
=
lwres_net_ntop
(
confdata
->
nameservers
[
i
].
family
,
confdata
->
nameservers
[
i
].
address
,
...
...
@@ -541,4 +541,3 @@ lwres_conf_print(FILE *fp, lwres_conf_t *confdata)
return
(
LWRES_R_SUCCESS
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment