summaryrefslogtreecommitdiff
path: root/source4/torture/dns/dlz_bind9.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2012-09-10 22:22:43 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-12 16:51:29 +0200
commit2af8129085042b51ac052653942116ad5998f701 (patch)
treee86960a328a1dcc412a393292bfe3b12616b0cb5 /source4/torture/dns/dlz_bind9.c
parent76801b502dd06d13e384ff495c82d0924aa0b6f8 (diff)
downloadsamba-2af8129085042b51ac052653942116ad5998f701.tar.gz
samba-2af8129085042b51ac052653942116ad5998f701.tar.bz2
samba-2af8129085042b51ac052653942116ad5998f701.zip
s4 dns: Add libaddns-based simple tests
Diffstat (limited to 'source4/torture/dns/dlz_bind9.c')
-rw-r--r--source4/torture/dns/dlz_bind9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/dns/dlz_bind9.c b/source4/torture/dns/dlz_bind9.c
index 6372ca8df6..18d65a3268 100644
--- a/source4/torture/dns/dlz_bind9.c
+++ b/source4/torture/dns/dlz_bind9.c
@@ -138,7 +138,7 @@ static struct torture_suite *dlz_bind9_suite(TALLOC_CTX *ctx)
/**
* DNS torture module initialization
*/
-NTSTATUS torture_dns_init(void)
+NTSTATUS torture_bind_dns_init(void)
{
struct torture_suite *suite;
TALLOC_CTX *mem_ctx = talloc_autofree_context();