The branch, master has been updated
via fb381d8 torture: Fix the O3 developer build
from ef1ad0e s3:ntlm_auth: pass manage_squid_request() needs a valid
struct ntlm_auth_state from within get_password()
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit fb381d885b0367c0b6f163ce1661b4cc4ae5f5ed
Author: Volker Lendecke <[email protected]>
Date: Tue Mar 22 16:03:58 2016 +0100
torture: Fix the O3 developer build
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Autobuild-User(master): Jeremy Allison <[email protected]>
Autobuild-Date(master): Tue Mar 22 22:48:52 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source4/torture/smb2/replay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source4/torture/smb2/replay.c b/source4/torture/smb2/replay.c
index 91bb568..26b5583 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;
--
Samba Shared Repository