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
93a6dd9d
Commit
93a6dd9d
authored
Jan 08, 2001
by
Brian Wellington
Browse files
copy the origin in clone_lookup, not the truncation recovery code.
parent
c9629cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dig/dighost.c
View file @
93a6dd9d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.17
8
2001/01/08 23:
38:37
bwelling Exp $ */
/* $Id: dighost.c,v 1.17
9
2001/01/08 23:
40:29
bwelling Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
...
...
@@ -2379,7 +2379,6 @@ recv_done(isc_task_t *task, isc_event_t *event) {
printf
(
";; Truncated, retrying in TCP mode.
\n
"
);
n
=
requeue_lookup
(
l
,
ISC_TRUE
);
n
->
tcp_mode
=
ISC_TRUE
;
n
->
origin
=
l
->
origin
;
dns_message_destroy
(
&
msg
);
isc_event_free
(
&
event
);
clear_query
(
query
);
...
...
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