From: Gary Lockyer Date: Wed, 10 Jan 2018 23:40:01 +0000 (+1300) Subject: tests/dlz_bind9: support for multiple db types by using ldb:// X-Git-Tag: ldb-1.4.0~440 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=910b7beeb47c08a844c207b396c3fd7db9662a8e;p=thirdparty%2Fsamba.git tests/dlz_bind9: support for multiple db types by using ldb:// Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/source4/torture/dns/dlz_bind9.c b/source4/torture/dns/dlz_bind9.c index 2234e7a23f6..42b104e070c 100644 --- a/source4/torture/dns/dlz_bind9.c +++ b/source4/torture/dns/dlz_bind9.c @@ -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); }