1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s4-drstest: Don't remove temp LDB so it can be reviewed if necessary

This test makes temp directory which is not removed
so why not just leave LDB also.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Kamen Mazdrashki 2009-12-04 03:58:59 +02:00 committed by Andrew Tridgell
parent 452fc0d6f4
commit 03a1451bbc

View File

@ -663,7 +663,6 @@ static bool torture_drs_unit_ldb_setup(struct torture_context *tctx, struct drsu
}
DONE:
unlink(ldb_url);
talloc_free(mem_ctx);
return bret;
}