summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/util.c
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2010-09-22 13:23:49 -0700
committerSteven Danneman <steven.danneman@isilon.com>2010-09-22 17:52:53 -0700
commitbf1a4b2bc411cba18980d00bf630aa61fc4e4699 (patch)
tree155e9fe15776bc1e17c7ea7871e1eabc4e03a89d /source4/torture/smb2/util.c
parent7e31704762b63ac580f3b778520d9f5f7d212cbe (diff)
downloadsamba-bf1a4b2bc411cba18980d00bf630aa61fc4e4699.tar.gz
samba-bf1a4b2bc411cba18980d00bf630aa61fc4e4699.tar.bz2
samba-bf1a4b2bc411cba18980d00bf630aa61fc4e4699.zip
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC
Diffstat (limited to 'source4/torture/smb2/util.c')
-rw-r--r--source4/torture/smb2/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c
index 96981125c2..8feb96857d 100644
--- a/source4/torture/smb2/util.c
+++ b/source4/torture/smb2/util.c
@@ -322,6 +322,7 @@ NTSTATUS torture_smb2_testfile(struct smb2_tree *tree, const char *fname,
r.in.length = 5;
r.in.offset = 0;
+ // What is the purpose of this? Server returns EOF.
smb2_read(tree, tree, &r);
return NT_STATUS_OK;