summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-06 01:30:27 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:49:20 +0100
commit4b49384056874e7999d8338ce5288f3d5c27a7b8 (patch)
tree964b1d072be88b971138912fc57e809bbe78dd71 /src/tests
parent2ee09a30b020916ee7bf2f61f993ce7844897c1f (diff)
downloadsssd-4b49384056874e7999d8338ce5288f3d5c27a7b8.tar.gz
sssd-4b49384056874e7999d8338ce5288f3d5c27a7b8.tar.xz
sssd-4b49384056874e7999d8338ce5288f3d5c27a7b8.zip
Make sysdb_domain_dn() require a domain.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/sysdb-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/sysdb-tests.c b/src/tests/sysdb-tests.c
index 834b41174..351c07d03 100644
--- a/src/tests/sysdb-tests.c
+++ b/src/tests/sysdb-tests.c
@@ -4213,7 +4213,7 @@ START_TEST(test_sysdb_original_dn_case_insensitive)
"cn=case_sensitive_group1,cn=example,cn=com");
fail_if(filter == NULL, "Cannot construct filter\n");
- base_dn = sysdb_domain_dn(test_ctx->sysdb, test_ctx);
+ base_dn = sysdb_domain_dn(test_ctx->sysdb, test_ctx, test_ctx->domain);
fail_if(base_dn == NULL, "Cannot construct basedn\n");
ret = sysdb_search_entry(test_ctx, test_ctx->sysdb,