mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
r7899: fixed a crash bug in the RAW-CONTEXT test
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fe7055df94
commit
470ad9a93f
@ -138,8 +138,6 @@ static BOOL test_session(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
|
||||
status = smb_composite_sesssetup(session3, &setup);
|
||||
CHECK_STATUS(status, NT_STATUS_ACCESS_DENIED);
|
||||
|
||||
talloc_free(session3);
|
||||
|
||||
printf("create a fouth anonymous security context on the same transport, without extended security\n");
|
||||
session4 = smbcli_session_init(cli->transport, mem_ctx, False);
|
||||
|
||||
|
Reference in New Issue
Block a user