summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/replay.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-03-22 16:03:58 +0100
committerJeremy Allison <jra@samba.org>2016-03-22 22:48:52 +0100
commitfb381d885b0367c0b6f163ce1661b4cc4ae5f5ed (patch)
tree9186cf27a93d61af4a546a65857a1e868eb4d34d /source4/torture/smb2/replay.c
parentef1ad0e122659b5ff9097f0f7046f10fc2f3ec30 (diff)
downloadsamba-fb381d885b0367c0b6f163ce1661b4cc4ae5f5ed.tar.gz
torture: Fix the O3 developer build
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Mar 22 22:48:52 CET 2016 on sn-devel-144
Diffstat (limited to 'source4/torture/smb2/replay.c')
-rw-r--r--source4/torture/smb2/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/replay.c b/source4/torture/smb2/replay.c
index 91bb56800fe..26b55838cec 100644
--- a/source4/torture/smb2/replay.c
+++ b/source4/torture/smb2/replay.c
@@ -1497,7 +1497,7 @@ static bool test_channel_sequence_table(struct torture_context *tctx,
bool do_replay,
uint16_t opcode)
{
- NTSTATUS status;
+ NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
TALLOC_CTX *mem_ctx = talloc_new(tctx);
struct smb2_handle handle;
struct smb2_handle *phandle = NULL;