diff options
author | Michael Adam <obnox@samba.org> | 2012-03-01 00:29:51 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-03 17:03:07 +0100 |
commit | 1451e5f66312e37b07d82e48a615b39fe63bd6e3 (patch) | |
tree | e510c114e085f14267c8c206377c5fe951ee93e3 /source4/torture/smb2/util.c | |
parent | ac43937ce4d5100a82df9d76d50d72b97daaedd3 (diff) | |
download | samba-1451e5f66312e37b07d82e48a615b39fe63bd6e3.tar.gz samba-1451e5f66312e37b07d82e48a615b39fe63bd6e3.tar.xz samba-1451e5f66312e37b07d82e48a615b39fe63bd6e3.zip |
s4:libcli:smb2: store the share capabilites in the smb2_tree object
Diffstat (limited to 'source4/torture/smb2/util.c')
-rw-r--r-- | source4/torture/smb2/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/util.c b/source4/torture/smb2/util.c index 62e46815639..e966b9cbe4e 100644 --- a/source4/torture/smb2/util.c +++ b/source4/torture/smb2/util.c @@ -295,6 +295,7 @@ bool torture_smb2_tree_connect(struct torture_context *tctx, } tree->tid = tcon.out.tid; + tree->capabilities = tcon.out.capabilities; *_tree = tree; |