Skip to content
GitLab
Projects
Groups
Snippets
/
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
5330fc09
Commit
5330fc09
authored
Apr 30, 1999
by
Michael Graff
Browse files
tpyo
parent
d070219e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/message.c
View file @
5330fc09
...
...
@@ -1210,7 +1210,6 @@ dns_message_firstname(dns_message_t *msg, dns_section_t section)
dns_result_t
dns_message_nextname
(
dns_message_t
*
msg
,
dns_section_t
section
)
{
REQUIRE
(
VALID_MESSAGE
(
msg
));
REQUIRE
(
VALID_NAMED_SECTION
(
section
));
REQUIRE
(
msg
->
cursors
[
section
]
!=
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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