Author: jra
Date: 2004-10-14 22:30:13 +0000 (Thu, 14 Oct 2004)
New Revision: 2977

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/source/lib&rev=2977&nolog=1

Log:
Fix #1926 typo in debug. Found by Bill McGonigle <[EMAIL PROTECTED]>.
Jeremy.

Modified:
   trunk/source/lib/util_sock.c


Changeset:
Modified: trunk/source/lib/util_sock.c
===================================================================
--- trunk/source/lib/util_sock.c        2004-10-14 21:00:57 UTC (rev 2976)
+++ trunk/source/lib/util_sock.c        2004-10-14 22:30:13 UTC (rev 2977)
@@ -43,7 +43,7 @@
        }
        
        if (getsockname(fd, &sa, &length) < 0) {
-               DEBUG(0,("getpeername failed. Error was %s\n", strerror(errno) ));
+               DEBUG(0,("getsockname failed. Error was %s\n", strerror(errno) ));
                return addr_buf;
        }
        

Reply via email to