mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s3:torture: transfer 1M message with fds in LOCAL-MESSAGING-FDPASS2 test
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 30 19:01:30 CEST 2014 on sn-devel-104
This commit is contained in:
parent
d4bf2be62f
commit
ba3342616c
@ -286,7 +286,7 @@ static bool fdpass2_parent(pid_t child_pid, int ready_fd)
|
||||
* that fd-passing works when we have fragmentation and
|
||||
* re-assembly of the datagrams.
|
||||
*/
|
||||
blob = data_blob_talloc_zero(frame, 2*1000);
|
||||
blob = data_blob_talloc_zero(frame, 1000*1000);
|
||||
iov.iov_base = blob.data;
|
||||
iov.iov_len = blob.length;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user