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
a4e41691
Commit
a4e41691
authored
Jan 13, 1999
by
Bob Halley
Browse files
minor output fix
parent
2925c2bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/wire_test.c
View file @
a4e41691
...
...
@@ -441,7 +441,7 @@ printmessage(dns_message_t *message) {
printf
(
"%sra"
,
did_flag
?
" "
:
""
);
did_flag
=
ISC_TRUE
;
}
printf
(
"; QUERY: %u ANSWER: %u, AUTHORITY: %u, ADDITIONAL: %u
\n
"
,
printf
(
"; QUERY: %u
,
ANSWER: %u, AUTHORITY: %u, ADDITIONAL: %u
\n
"
,
message
->
qcount
,
message
->
ancount
,
message
->
aucount
,
message
->
adcount
);
printquestions
(
&
message
->
question
);
...
...
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