diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/test_async_echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_async_echo.c b/source3/torture/test_async_echo.c index f1d44ee681..eb1f1d4587 100644 --- a/source3/torture/test_async_echo.c +++ b/source3/torture/test_async_echo.c @@ -69,7 +69,7 @@ bool run_async_echo(int dummy) NTSTATUS status; bool ret = false; int i, num_reqs; - uint8_t buf[32768]; + uint8_t buf[65536]; printf("Starting ASYNC_ECHO\n"); |