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:
parent
cfa1c0bcb6
commit
910b7beeb4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user