From 1e6f2180724de4722a5218826c9401181168d9d4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 6 Jan 2013 10:39:30 -0500 Subject: Remove the sysdb_ctx_get_domain() function. We are deprecating sysdb->domain so kill the function that gives access to this member as we should stop relying on it being available (or correct). --- src/db/sysdb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 10eec5e6a..9c2996adb 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -347,8 +347,6 @@ char *sysdb_group_strdn(TALLOC_CTX *mem_ctx, struct ldb_context *sysdb_ctx_get_ldb(struct sysdb_ctx *sysdb); -struct sss_domain_info *sysdb_ctx_get_domain(struct sysdb_ctx *sysdb); - int compare_ldb_dn_comp_num(const void *m1, const void *m2); /* functions to start and finish transactions */ -- cgit