svn commit: samba r13856 - in branches/SAMBA_4_0/source/smb_server/smb: .

tridge at samba.org tridge at samba.org
Mon Mar 6 13:12:49 GMT 2006


Author: tridge
Date: 2006-03-06 13:12:48 +0000 (Mon, 06 Mar 2006)
New Revision: 13856

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13856

Log:

fixed a misleading comment


Modified:
   branches/SAMBA_4_0/source/smb_server/smb/request.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/request.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/request.c	2006-03-06 10:09:53 UTC (rev 13855)
+++ branches/SAMBA_4_0/source/smb_server/smb/request.c	2006-03-06 13:12:48 UTC (rev 13856)
@@ -609,7 +609,7 @@
 	ssize_t ret;
 
 	if (PTR_DIFF(src, req->in.data) + 1 > req->in.data_size) {
-		/* win2000 treats this as the NULL string! */
+		/* win2000 treats this as the empty string! */
 		(*dest) = talloc_strdup(req, "");
 		return 0;
 	}



More information about the samba-cvs mailing list