summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tools_util.c')
-rw-r--r--src/tools/tools_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c
index cae6f5c11..021495f8b 100644
--- a/src/tools/tools_util.c
+++ b/src/tools/tools_util.c
@@ -70,7 +70,7 @@ static int setup_db(struct tools_ctx *ctx)
}
/* open 'local' sysdb at default path */
- ret = sysdb_domain_init(ctx, ctx->ev, ctx->local, DB_PATH, &ctx->sysdb);
+ ret = sysdb_domain_init(ctx, ctx->local, DB_PATH, &ctx->sysdb);
if (ret != EOK) {
DEBUG(1, ("Could not initialize connection to the sysdb\n"));
return ret;