mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
typo
This commit is contained in:
parent
2869504d83
commit
10a6442013
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue