mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
The last patch had 2 lines reversed.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: dighost.c,v 1.65 2000/06/30 22:53:07 bwelling Exp $ */
|
/* $Id: dighost.c,v 1.66 2000/06/30 22:57:47 bwelling Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Notice to programmers: Do not use this code as an example of how to
|
* Notice to programmers: Do not use this code as an example of how to
|
||||||
@@ -1788,8 +1788,8 @@ recv_done(isc_task_t *task, isc_event_t *event) {
|
|||||||
}
|
}
|
||||||
docancel = check_for_more_data(query, msg, sevent);
|
docancel = check_for_more_data(query, msg, sevent);
|
||||||
if (docancel) {
|
if (docancel) {
|
||||||
cancel_lookup(query->lookup);
|
|
||||||
dns_message_destroy(&msg);
|
dns_message_destroy(&msg);
|
||||||
|
cancel_lookup(query->lookup);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user