s4:librpc/rpc: ask for 0x2000 bytes in the ioctl case to match all othercases
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Apr 2009 17:57:39 +0000 (19:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 20 Apr 2009 16:14:58 +0000 (18:14 +0200)
metze

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;