summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-08 13:57:51 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:03 +0100
commitb353437811527daf305fceef5f07e990c50d62ca (patch)
treebae93aa16192a39156e1234e5713701e3dce7be3 /src/db/sysdb.c
parentc14184c07634801cda7864aa17c6fa8dc9ab43d1 (diff)
downloadsssd-b353437811527daf305fceef5f07e990c50d62ca.tar.gz
sssd-b353437811527daf305fceef5f07e990c50d62ca.tar.xz
sssd-b353437811527daf305fceef5f07e990c50d62ca.zip
Kill sysdb->domain
Finally remove this upside-down dependency.
Diffstat (limited to 'src/db/sysdb.c')
-rw-r--r--src/db/sysdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/sysdb.c b/src/db/sysdb.c
index a35664d19..e7524f4b4 100644
--- a/src/db/sysdb.c
+++ b/src/db/sysdb.c
@@ -970,7 +970,6 @@ int sysdb_domain_init_internal(TALLOC_CTX *mem_ctx,
if (!sysdb) {
return ENOMEM;
}
- sysdb->domain = domain;
ret = sysdb_get_db_file(sysdb, domain->provider,
domain->name, db_path,