From d6f259e91862df043f14430a60e9d646e30fe632 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sun, 22 Apr 2007 20:15:00 +0000 Subject: [PATCH] r22466: Fix build warning. Guenther --- source/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/winbindd_cache.c b/source/nsswitch/winbindd_cache.c index 16fe5931e57..da8983dda25 100644 --- a/source/nsswitch/winbindd_cache.c +++ b/source/nsswitch/winbindd_cache.c @@ -2363,7 +2363,7 @@ void cache_cleanup_response(pid_t pid) BOOL lookup_cached_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid, - const char **domain_name, const char **name, + char **domain_name, char **name, enum lsa_SidType *type) { struct winbindd_domain *domain; -- 2.47.3