summaryrefslogtreecommitdiff
path: root/source4/include/smb_interfaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/smb_interfaces.h')
-rw-r--r--source4/include/smb_interfaces.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h
index 5f96679900..77b73ecd7c 100644
--- a/source4/include/smb_interfaces.h
+++ b/source4/include/smb_interfaces.h
@@ -41,15 +41,15 @@ typedef struct nttime_info
on the wire in testsuite test code to ensure that we are
terminating names in the same way that win2003 is. The *ONLY* time
you should ever look at the 'private_length' field in this
- structure is inside compliance test code, in all cases just use the
- null terminated char* as the definitive definition of the
+ structure is inside compliance test code, in all other cases just
+ use the null terminated char* as the definitive definition of the
string
also note that this structure is only used in packets where there
is an explicit length provided on the wire (hence the name). That
length is placed in 'private_length'. For packets where the length
is always determined by NULL or packet termination a normal char*
- is used.
+ is used in the structure definition.
*/
typedef struct {
uint32 private_length;
@@ -1916,3 +1916,4 @@ union smb_search_close {
} findclose;
};
+