From c6f7fb355da0215508b5b303bdef799ee6c53e06 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 23 Feb 2001 22:38:28 +0000 Subject: [PATCH] update a comment --- bin/named/client.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/named/client.c b/bin/named/client.c index 128f996063..4725903355 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.153 2001/02/22 23:39:11 gson Exp $ */ +/* $Id: client.c,v 1.154 2001/02/23 22:38:28 bwelling Exp $ */ #include @@ -1814,11 +1814,10 @@ client_udprecv(ns_client_t *client) { "isc_socket_recv() failed: %s", isc_result_totext(result)); /* - * XXXBEW What should we do? We're trying to receive but - * it didn't work. If we just give up, then UDP - * service may eventually stop. + * This cannot happen in the current implementation, since + * isc_socket_recv2() cannot fail if flags == 0A * - * For now, we just go idle. + * If this does fail, we just go idle. */ return; }