2
0
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:
Mark Andrews 2007-02-26 00:57:03 +00:00
parent 57eb7efe13
commit 4098271a81
2 changed files with 6 additions and 1 deletions

View File

@ -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
matches the epoch. [RT# 16612]

View File

@ -15,7 +15,7 @@
* 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>
@ -1576,6 +1576,7 @@ client_request(isc_task_t *task, isc_event_t *event) {
"failed to get request's "
"destination: %s",
isc_result_totext(result));
ns_client_next(client, ISC_R_SUCCESS);
goto cleanup;
}
}