From 65393a294e635822c1d7a15fe5853dc457ad8a2a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Jan 2013 12:22:22 -0500 Subject: Update main domain info in place --- src/db/sysdb.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 81048852b..6753f437c 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -373,10 +373,7 @@ errno_t sysdb_update_subdomains(struct sss_domain_info *domain, int num_subdoms, struct sysdb_subdom *subdoms); -errno_t sysdb_master_domain_get_info(TALLOC_CTX *mem_ctx, - struct sysdb_ctx *sysdb, - struct sss_domain_info *domain, - struct sysdb_subdom **info); +errno_t sysdb_master_domain_update(struct sss_domain_info *domain); errno_t sysdb_master_domain_add_info(struct sysdb_ctx *sysdb, struct sss_domain_info *domain, -- cgit