mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
2143. [bug] We failed to restart the IPv6 client when the
kernel failed to return the destination the packet was sent to. [RT #16613]
This commit is contained in:
parent
57eb7efe13
commit
4098271a81
4
CHANGES
4
CHANGES
@ -1,3 +1,7 @@
|
|||||||
|
2143. [bug] We failed to restart the IPv6 client when the
|
||||||
|
kernel failed to return the destination the
|
||||||
|
packet was sent to. [RT #16613]
|
||||||
|
|
||||||
2142. [bug] Handle master files with a modification time that
|
2142. [bug] Handle master files with a modification time that
|
||||||
matches the epoch. [RT# 16612]
|
matches the epoch. [RT# 16612]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: client.c,v 1.242 2007/02/14 00:27:26 marka Exp $ */
|
/* $Id: client.c,v 1.243 2007/02/26 00:57:03 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -1576,6 +1576,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
|
|||||||
"failed to get request's "
|
"failed to get request's "
|
||||||
"destination: %s",
|
"destination: %s",
|
||||||
isc_result_totext(result));
|
isc_result_totext(result));
|
||||||
|
ns_client_next(client, ISC_R_SUCCESS);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user