From 9db5a5140356479a58f2e7212fc5c4ad6135bb7f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 21 Mar 2010 00:59:30 -0400 Subject: sysydb: Finally stop using a common event context This commit completes the migration to a synchronous sysdb --- src/tools/tools_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c index cae6f5c1..021495f8 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; -- cgit