summaryrefslogtreecommitdiffstats
path: root/source/aparser/cifs.struct
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-05-27 11:08:05 +0000
committerLuke Leighton <lkcl@samba.org>2000-05-27 11:08:05 +0000
commit55a3e4b5922eff4110970a2ed2372c431ac70918 (patch)
treeb8e4702ec53d58f7784b4c506b5ec6549ae63dd3 /source/aparser/cifs.struct
parent7e3fe77ab25cf0bde7950e0702b7e25a82b33b18 (diff)
downloadsamba-55a3e4b5922eff4110970a2ed2372c431ac70918.tar.gz
samba-55a3e4b5922eff4110970a2ed2372c431ac70918.tar.xz
samba-55a3e4b5922eff4110970a2ed2372c431ac70918.zip
optional (0of or 1of) with "[+]" semantics.
Diffstat (limited to 'source/aparser/cifs.struct')
-rw-r--r--source/aparser/cifs.struct2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/aparser/cifs.struct b/source/aparser/cifs.struct
index 7274ce60f6b..d3cee42e68e 100644
--- a/source/aparser/cifs.struct
+++ b/source/aparser/cifs.struct
@@ -101,7 +101,7 @@ typedef struct {
/* security package if CAP_EXTENDED_SECURITY is */
/* on in the Capabilities field; else challenge */
/* for CIFS challenge/response authentication. */
- string OemDomainName; /*The name of the domain (in OEM chars); not */
+ string OemDomainName[+]; /*The name of the domain (in OEM chars); not */
/* present if CAP_EXTENDED_SECURITY is on in the */
/* Capabilities field */
} R_NEGPROT_17;