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
99602814
Commit
99602814
authored
Jul 28, 1999
by
Bob Halley
Browse files
update message reply support
parent
39fba32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/message.c
View file @
99602814
...
...
@@ -343,8 +343,6 @@ msginitprivate(dns_message_t *m)
m
->
reserved
=
0
;
m
->
buffer
=
NULL
;
m
->
need_cctx_cleanup
=
0
;
m
->
header_ok
=
0
;
m
->
question_ok
=
0
;
}
/*
...
...
@@ -356,6 +354,8 @@ msginit(dns_message_t *m)
{
msginitheader
(
m
);
msginitprivate
(
m
);
m
->
header_ok
=
0
;
m
->
question_ok
=
0
;
}
static
inline
void
...
...
@@ -1601,7 +1601,6 @@ dns_message_reply(dns_message_t *msg, isc_boolean_t want_question_section) {
unsigned
int
first_section
;
REQUIRE
(
DNS_MESSAGE_VALID
(
msg
));
REQUIRE
(
msg
->
from_to_wire
==
DNS_MESSAGE_INTENTPARSE
);
REQUIRE
((
msg
->
flags
&
DNS_MESSAGEFLAG_QR
)
==
0
);
if
(
!
msg
->
header_ok
)
...
...
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