From e9562530d91ba66f9e60886ce0125eb146a15ce5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 2 Aug 2012 08:48:11 +0200 Subject: s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag metze Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Thu Aug 2 10:54:18 CEST 2012 on sn-devel-104 --- source4/torture/util_smb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/util_smb.c') diff --git a/source4/torture/util_smb.c b/source4/torture/util_smb.c index 324288b0e3..8f2af8c5de 100644 --- a/source4/torture/util_smb.c +++ b/source4/torture/util_smb.c @@ -868,7 +868,7 @@ NTSTATUS torture_second_tcon(TALLOC_CTX *mem_ctx, } tcon.generic.level = RAW_TCON_TCONX; - tcon.tconx.in.flags = 0; + tcon.tconx.in.flags = TCONX_FLAG_EXTENDED_RESPONSE; /* Ignore share mode security here */ tcon.tconx.in.password = data_blob(NULL, 0); -- cgit