git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e013ada
)
updated comment based on MS-SMB2 docs
author
Andrew Tridgell
<tridge@samba.org>
Wed, 28 May 2008 11:48:26 +0000
(21:48 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Wed, 28 May 2008 11:48:26 +0000
(21:48 +1000)
source/libcli/smb2/create.c
patch
|
blob
|
history
diff --git
a/source/libcli/smb2/create.c
b/source/libcli/smb2/create.c
index bff0a1587d683fc07c80b1eeafcb25110388b583..342a5193760d007766a9de2d4e673963c68059f4 100644
(file)
--- a/
source/libcli/smb2/create.c
+++ b/
source/libcli/smb2/create.c
@@
-387,7
+387,8
@@
NTSTATUS smb2_create_recv(struct smb2_request *req, TALLOC_CTX *mem_ctx, struct
/* pull out the parsed blobs */
for (i=0;i<io->out.blobs.num_blobs;i++) {
if (strcmp(io->out.blobs.blobs[i].tag, SMB2_CREATE_TAG_MXAC) == 0) {
- /* why 8 bytes not 4?? */
+ /* TODO: this also contains a status field in
+ first 4 bytes */
if (io->out.blobs.blobs[i].data.length != 8) {
smb2_request_destroy(req);
return NT_STATUS_INVALID_NETWORK_RESPONSE;