From 9be8fc2c0ae6cb09813ff08a93e8d2c40cf6b2ef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Jul 2017 14:56:32 +0200 Subject: winbindd: Make wcache_lookup_usergroups static Signed-off-by: Volker Lendecke Reviewed-by: Richard Sharpe --- source3/winbindd/winbindd_cache.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/winbindd/winbindd_cache.c') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 7f363e953d8..adc68eb0d11 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -2321,11 +2321,11 @@ NTSTATUS wcache_query_user_fullname(struct winbindd_domain *domain, return NT_STATUS_OK; } -NTSTATUS wcache_lookup_usergroups(struct winbindd_domain *domain, - TALLOC_CTX *mem_ctx, - const struct dom_sid *user_sid, - uint32_t *pnum_sids, - struct dom_sid **psids) +static NTSTATUS wcache_lookup_usergroups(struct winbindd_domain *domain, + TALLOC_CTX *mem_ctx, + const struct dom_sid *user_sid, + uint32_t *pnum_sids, + struct dom_sid **psids) { struct winbind_cache *cache = get_cache(domain); struct cache_entry *centry = NULL; -- cgit v1.2.1