summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-06-20 16:10:52 +0200
committerBjoern Jacke <bjacke@samba.org>2019-07-07 21:32:25 +0000
commit37b3c6375b43cdbb5d06d194a88835c5637d66a0 (patch)
tree8d53c6e565d93af3688d9c42e720021a52cee6c2 /source4/torture
parentcd0df26bdc71175b69e11acd5750721ba6cf67e8 (diff)
downloadsamba-37b3c6375b43cdbb5d06d194a88835c5637d66a0.tar.gz
torture: fix durable open/alloc-size test
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org>
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/smb2/durable_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/durable_open.c b/source4/torture/smb2/durable_open.c
index 229c39dce67..3d78a35d92c 100644
--- a/source4/torture/smb2/durable_open.c
+++ b/source4/torture/smb2/durable_open.c
@@ -2470,7 +2470,7 @@ static bool test_durable_open_alloc_size(struct torture_context *tctx,
bool ret = true;
uint64_t previous_session_id;
uint64_t alloc_size_step;
- uint64_t initial_alloc_size = 0x100;
+ uint64_t initial_alloc_size = 0x1000;
const uint8_t *b = NULL;
struct smbcli_options options;