1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r2201: removed an exit I accidentially left in

This commit is contained in:
Andrew Tridgell 2004-09-03 08:29:07 +00:00 committed by Gerald (Jerry) Carter
parent 05fd38f3cf
commit e1d13631f0

View File

@ -1043,7 +1043,6 @@ BOOL torture_rpc_lsa(int dummy)
if (!test_lsakey_puzzle(p, mem_ctx, &handle)) {
ret = False;
}
exit(1);
if (!test_many_LookupSids(p, mem_ctx, &handle)) {
ret = False;