]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update error message. s/isc_socket_recv()/isc_socket_recv2()/
authorMark Andrews <marka@isc.org>
Sun, 26 Sep 2004 22:34:32 +0000 (22:34 +0000)
committerMark Andrews <marka@isc.org>
Sun, 26 Sep 2004 22:34:32 +0000 (22:34 +0000)
bin/named/client.c

index fe4013d6db49372aa44eae5f577cdf94201cd44a..b7533fe12d597577bdd23f254e8a220ae3b33af6 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: client.c,v 1.221 2004/07/23 02:57:26 marka Exp $ */
+/* $Id: client.c,v 1.222 2004/09/26 22:34:32 marka Exp $ */
 
 #include <config.h>
 
@@ -1938,7 +1938,7 @@ client_udprecv(ns_client_t *client) {
                                  client->task, client->recvevent, 0);
        if (result != ISC_R_SUCCESS) {
                UNEXPECTED_ERROR(__FILE__, __LINE__,
-                                "isc_socket_recv() failed: %s",
+                                "isc_socket_recv2() failed: %s",
                                 isc_result_totext(result));
                /*
                 * This cannot happen in the current implementation, since