diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-04 03:38:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-04 03:38:46 +0000 |
commit | d8cbe76b868eb6f2b3876fa540e0847bd2d4f9d7 (patch) | |
tree | 916a6642bb57c169aca82ac14bd31154fdc82366 /source4/torture/rpc | |
parent | 994301bfec372f0b929a61425fc1eb180d16cbb1 (diff) | |
download | samba-d8cbe76b868eb6f2b3876fa540e0847bd2d4f9d7.tar.gz samba-d8cbe76b868eb6f2b3876fa540e0847bd2d4f9d7.tar.bz2 samba-d8cbe76b868eb6f2b3876fa540e0847bd2d4f9d7.zip |
added support for fragmented sends
(This used to be commit f51a216136b7cc7d4d07d4acb80e0a710d82841a)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/echo.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/torture/rpc/echo.c b/source4/torture/rpc/echo.c index 834eb1f678..1d034c48df 100644 --- a/source4/torture/rpc/echo.c +++ b/source4/torture/rpc/echo.c @@ -126,7 +126,7 @@ static BOOL test_sinkdata(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx) int i; NTSTATUS status; char *data_in; - int len = 100; + int len = 200000; printf("\nTesting SinkData\n"); @@ -160,11 +160,6 @@ BOOL torture_rpc_echo(int dummy) return False; } - if (!test_sourcedata(p, mem_ctx)) { - ret = False; - } - return ret; - if (!test_addone(p, mem_ctx)) { ret = False; } |