diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-14 12:22:22 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-02-10 22:08:46 +0100 |
commit | 65393a294e635822c1d7a15fe5853dc457ad8a2a (patch) | |
tree | bbd8f0e8be26d1839febe79650421a2daccc68e4 /src/db/sysdb.h | |
parent | aab938c5975f0e3b85c7c79a5d718e5fefed7217 (diff) | |
download | sssd-65393a294e635822c1d7a15fe5853dc457ad8a2a.tar.gz sssd-65393a294e635822c1d7a15fe5853dc457ad8a2a.tar.xz sssd-65393a294e635822c1d7a15fe5853dc457ad8a2a.zip |
Update main domain info in place
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 5 |
1 files changed, 1 insertions, 4 deletions
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, |