1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r7899: fixed a crash bug in the RAW-CONTEXT test

(This used to be commit 470ad9a93fcbf961d7d89fd96f751ded39660f74)
This commit is contained in:
Andrew Tridgell 2005-06-25 04:56:06 +00:00 committed by Gerald (Jerry) Carter
parent 7ea949e7ab
commit b28e927466

View File

@ -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);