summaryrefslogtreecommitdiffstats
path: root/server/tools
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools')
-rw-r--r--server/tools/tools_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/tools_util.c b/server/tools/tools_util.c
index c23899c8f..15ba16f00 100644
--- a/server/tools/tools_util.c
+++ b/server/tools/tools_util.c
@@ -76,7 +76,7 @@ int setup_db(struct tools_ctx **tools_ctx)
}
/* Connect to the conf db */
- ret = confdb_init(ctx, ctx->ev, &ctx->confdb, confdb_path);
+ ret = confdb_init(ctx, &ctx->confdb, confdb_path);
if (ret != EOK) {
DEBUG(1, ("Could not initialize connection to the confdb\n"));
talloc_free(ctx);