svn commit: samba r2977 - in trunk/source/lib: .

jra at samba.org jra at samba.org
Thu Oct 14 22:30:14 GMT 2004


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 <bill+samba at bfccomputing.com>.
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;
 	}
 	



More information about the samba-cvs mailing list