1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00

r2203: delete the key after testing, so as not to clutter the server with random keys

(This used to be commit d98ed1fbe52b547c461f1b6a859504e96e0e3ee7)
This commit is contained in:
Andrew Tridgell 2004-09-03 09:17:32 +00:00 committed by Gerald (Jerry) Carter
parent 73da5b1e87
commit 905dd977fa

View File

@ -637,6 +637,8 @@ static BOOL test_lsakey_puzzle(struct dcerpc_pipe *p_smb,
torture_rpc_close(p_tcp);
test_Delete(p_smb, mem_ctx, &sec_handle);
return True;
}