From 22fecb9f741ae9425f6d91bbce0b6f0ca7c5153f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Mar 2011 18:15:34 +0100 Subject: [PATCH] s3: Make idmap_find_domain public Signed-off-by: Jeremy Allison (cherry picked from commit a1b061e4002075177bb52f55c256551793777c9c) --- source3/winbindd/idmap.c | 2 +- source3/winbindd/winbindd_proto.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index ad21651e5c0..2eb655f7800 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -367,7 +367,7 @@ static struct idmap_domain *idmap_init_passdb_domain(TALLOC_CTX *mem_ctx) * add_trusted_domain. */ -static struct idmap_domain *idmap_find_domain(const char *domname) +struct idmap_domain *idmap_find_domain(const char *domname) { struct idmap_domain *result; int i; diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 90a17f05646..ae5130748de 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -317,6 +317,7 @@ NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members, void init_idmap_child(void); struct winbindd_child *idmap_child(void); +struct idmap_domain *idmap_find_domain(const char *domname); /* The following definitions come from winbindd/winbindd_locator.c */ -- 2.11.4.GIT