summaryrefslogtreecommitdiffstats
path: root/server/tests/fail_over-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/fail_over-tests.c')
-rw-r--r--server/tests/fail_over-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/fail_over-tests.c b/server/tests/fail_over-tests.c
index 16cc60e3e..c3e9dfe52 100644
--- a/server/tests/fail_over-tests.c
+++ b/server/tests/fail_over-tests.c
@@ -71,7 +71,7 @@ setup_test(void)
fail("Could not init tevent context");
}
- ret = resolv_init(ctx, ctx->ev, &ctx->resolv);
+ ret = resolv_init(ctx, ctx->ev, 5, &ctx->resolv);
if (ret != EOK) {
talloc_free(ctx);
fail("Could not init resolv context");