summaryrefslogtreecommitdiff
path: root/source4/torture/raw/notify.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-02 08:48:11 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-02 10:54:18 +0200
commite9562530d91ba66f9e60886ce0125eb146a15ce5 (patch)
treea029381f6cfd4aac8d82821e8faf8af3c3132947 /source4/torture/raw/notify.c
parent95b64f08a331aec2b520d43c2c4dda49ccc44e84 (diff)
downloadsamba-e9562530d91ba66f9e60886ce0125eb146a15ce5.tar.gz
samba-e9562530d91ba66f9e60886ce0125eb146a15ce5.tar.bz2
samba-e9562530d91ba66f9e60886ce0125eb146a15ce5.zip
s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Aug 2 10:54:18 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/torture/raw/notify.c')
-rw-r--r--source4/torture/raw/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index d9253f0353..a9baed60be 100644
--- a/source4/torture/raw/notify.c
+++ b/source4/torture/raw/notify.c
@@ -1550,7 +1550,7 @@ static struct smbcli_tree *secondary_tcon(struct smbcli_state *cli,
tree = smbcli_tree_init(cli->session, tctx, false);
tcon.generic.level = RAW_TCON_TCONX;
- tcon.tconx.in.flags = 0;
+ tcon.tconx.in.flags = TCONX_FLAG_EXTENDED_RESPONSE;
tcon.tconx.in.password = data_blob(NULL, 0);
tcon.tconx.in.path = talloc_asprintf(tctx, "\\\\%s\\%s", host, share);
tcon.tconx.in.device = "A:";