r9540: correct comments in struct smbc_dirent (fixes bug 3030)
authorDerrell Lipman <derrell@samba.org>
Tue, 23 Aug 2005 19:53:34 +0000 (19:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:01:12 +0000 (11:01 -0500)
(This used to be commit 1f8aff85a68569480efc543cfe1556752c35311e)

source3/include/libsmbclient.h

index 3269d6f0bf7d7628bbce0a0800a9dd0cf3d7d87a..2d7d96c2dd0b88cca31107f1bcbfb355b5188243 100644 (file)
@@ -105,15 +105,15 @@ struct smbc_dirent
        /** 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