diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-03-21 00:59:30 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-12 09:22:16 -0400 |
commit | 9db5a5140356479a58f2e7212fc5c4ad6135bb7f (patch) | |
tree | 85d65e015f099a1d2c6e9e1cf07e94a7c630c25f /src/tests/auth-tests.c | |
parent | e5e32021c23f3726d68ee756e8e3de48b3214063 (diff) | |
download | sssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.gz sssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.tar.xz sssd-9db5a5140356479a58f2e7212fc5c4ad6135bb7f.zip |
sysydb: Finally stop using a common event context
This commit completes the migration to a synchronous sysdb
Diffstat (limited to 'src/tests/auth-tests.c')
-rw-r--r-- | src/tests/auth-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c index 64864090b..a3de43c47 100644 --- a/src/tests/auth-tests.c +++ b/src/tests/auth-tests.c @@ -141,7 +141,7 @@ static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) return ret; } - ret = sysdb_domain_init(test_ctx, test_ctx->ev, + ret = sysdb_domain_init(test_ctx, test_ctx->domain, TESTS_PATH, &test_ctx->sysdb); if (ret != EOK) { fail("Could not initialize connection to the sysdb (%d)", ret); |