svn commit: samba r9543 - in trunk/source/include: .

derrell at samba.org derrell at samba.org
Tue Aug 23 20:53:40 GMT 2005


Author: derrell
Date: 2005-08-23 20:53:39 +0000 (Tue, 23 Aug 2005)
New Revision: 9543

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

Log:
correct comments in struct smbc_dirent (fixes bug 3030)
Modified:
   trunk/source/include/libsmbclient.h


Changeset:
Modified: trunk/source/include/libsmbclient.h
===================================================================
--- trunk/source/include/libsmbclient.h	2005-08-23 20:46:10 UTC (rev 9542)
+++ trunk/source/include/libsmbclient.h	2005-08-23 20:53:39 UTC (rev 9543)
@@ -105,15 +105,15 @@
 	/** Length of this smbc_dirent in bytes
 	 */
 	unsigned int dirlen;
-	/** The length of the comment string in bytes (includes null 
-	 *  terminator)
+	/** The length of the comment string in bytes (does not include
+	 *  null terminator)
 	 */
 	unsigned int commentlen;
 	/** Points to the null terminated comment string 
 	 */
 	char *comment;
-	/** The length of the name string in bytes (includes null 
-	 *  terminator)
+	/** The length of the name string in bytes (does not include
+	 *  null terminator)
 	 */
 	unsigned int namelen;
 	/** Points to the null terminated name string 



More information about the samba-cvs mailing list