s4:torture: send the TCONX_FLAG_EXTENDED_RESPONSE flag
[bbaumbach/samba-autobuild/.git] / source4 / torture / raw / notify.c
index d9253f0353bbf0692a07889125e78fa752eb066a..a9baed60be450f155f39957a19c34083830b86e0 100644 (file)
@@ -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:";