svn commit: samba r8169 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Tue Jul 5 13:54:30 GMT 2005


Author: vlendec
Date: 2005-07-05 13:54:29 +0000 (Tue, 05 Jul 2005)
New Revision: 8169

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

Log:
Fix a misleading comment.
Modified:
   trunk/source/smbd/dir.c


Changeset:
Modified: trunk/source/smbd/dir.c
===================================================================
--- trunk/source/smbd/dir.c	2005-07-05 12:42:54 UTC (rev 8168)
+++ trunk/source/smbd/dir.c	2005-07-05 13:54:29 UTC (rev 8169)
@@ -900,7 +900,7 @@
 		return False;
 	}
 
-	/* Pseudo-open the file (note - no fd's created). */
+	/* Pseudo-open the file */
 
 	if(S_ISDIR(pst->st_mode)) {
 		return True;



More information about the samba-cvs mailing list