svn commit: samba r2978 - in branches/SAMBA_3_0/source/lib: .

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


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

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

Log:
Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba at bfccomputing.com>.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/lib/util_sock.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/util_sock.c
===================================================================
--- branches/SAMBA_3_0/source/lib/util_sock.c	2004-10-14 22:30:13 UTC (rev 2977)
+++ branches/SAMBA_3_0/source/lib/util_sock.c	2004-10-14 22:30:33 UTC (rev 2978)
@@ -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