s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercases
[gd/samba/.git] / source4 / librpc / rpc / dcerpc_smb2.c
index 84ba8114e272db189253e3366fd4d89e9da909de..e4933652f44f219aac3e187ae401b981629a188d 100644 (file)
@@ -258,7 +258,7 @@ static NTSTATUS smb2_send_trans_request(struct dcerpc_connection *c, DATA_BLOB *
        ZERO_STRUCT(io);
        io.in.file.handle       = smb->handle;
        io.in.function          = FSCTL_NAMED_PIPE_READ_WRITE;
-       io.in.max_response_size = 0x1000;
+       io.in.max_response_size = 0x2000;
        io.in.flags             = 1;
        io.in.out               = *blob;