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

tests/dlz_bind9: support for multiple db types by using ldb://

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Gary Lockyer 2018-01-11 12:40:01 +13:00 committed by Andrew Bartlett
parent cfa1c0bcb6
commit 910b7beeb4

View File

@ -58,7 +58,7 @@ static char *test_dlz_bind9_binddns_dir(struct torture_context *tctx,
const char *file)
{
return talloc_asprintf(tctx,
"%s/%s",
"ldb://%s/%s",
lpcfg_binddns_dir(tctx->lp_ctx),
file);
}