diff options
Diffstat (limited to 'source3/winbindd/idmap.c')
-rw-r--r-- | source3/winbindd/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 065b7e67db..5a690f1527 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -367,7 +367,7 @@ static struct idmap_domain *idmap_passdb_domain(TALLOC_CTX *mem_ctx) * add_trusted_domain. */ -struct idmap_domain *idmap_find_domain(const char *domname) +static struct idmap_domain *idmap_find_domain(const char *domname) { struct idmap_domain *result; int i; |