1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r17959: sync with samba4

metze
(This used to be commit 69a7a83b10)
This commit is contained in:
Stefan Metzmacher 2006-08-31 09:27:03 +00:00 committed by Gerald (Jerry) Carter
parent 5e7ead245c
commit 7c07bd61dc

View File

@ -910,6 +910,7 @@ static BOOL test_loop(void)
printf("FAILED TO FIRE LOOP DESTRUCTOR\n");
return False;
}
loop_destructor_count = 0;
return True;
}
@ -1021,6 +1022,7 @@ BOOL torture_local_talloc(struct torture_context *torture)
{
BOOL ret = True;
talloc_disable_null_tracking();
talloc_enable_null_tracking();
ret &= test_ref1();