From f2ce4a4a45bfc0c9ba6d1a13348494dd4c49d4fb Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 6 Jan 2013 01:10:36 -0500 Subject: The Big sysdb/domain split-up! This commit is the first of a complex work of untangling domain and sysdb. It turns out the idea of keeping a reference to the domain within the sysdb was a poor one so we need to split the domain out and change all functions that needs one to get it explicitly from their callers. --- src/db/sysdb_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db') diff --git a/src/db/sysdb_private.h b/src/db/sysdb_private.h index a2af8b93..4763f03f 100644 --- a/src/db/sysdb_private.h +++ b/src/db/sysdb_private.h @@ -79,7 +79,7 @@ #include "db/sysdb.h" struct sysdb_ctx { - struct sss_domain_info *domain; + struct sss_domain_info *domain; /* *DEPRECATED*, do not use! */ bool mpg; struct ldb_context *ldb; -- cgit