2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
This commit is contained in:
Andreas Gustafsson
2001-11-14 02:03:43 +00:00
parent 2869504d83
commit 10a6442013

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.192 2001/10/30 00:48:25 gson Exp $ */
/* $Id: client.c,v 1.193 2001/11/14 02:03:43 gson Exp $ */
#include <config.h>
@@ -1815,7 +1815,7 @@ client_udprecv(ns_client_t *client) {
isc_result_totext(result));
/*
* This cannot happen in the current implementation, since
* isc_socket_recv2() cannot fail if flags == 0A
* isc_socket_recv2() cannot fail if flags == 0.
*
* If this does fail, we just go idle.
*/