1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r2201: removed an exit I accidentially left in

(This used to be commit e1d13631f0)
This commit is contained in:
Andrew Tridgell 2004-09-03 08:29:07 +00:00 committed by Gerald (Jerry) Carter
parent a67ec52fde
commit b702a07f0b

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;