From: Günther Deschner Date: Sun, 22 Apr 2007 20:15:00 +0000 (+0000) Subject: r22466: Fix build warning. X-Git-Url: http://git.samba.org/samba.git/?p=jra%2Fsamba%2F.git;a=commitdiff_plain;h=2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4 r22466: Fix build warning. Guenther (This used to be commit d6f259e91862df043f14430a60e9d646e30fe632) --- diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 16fe5931e57..da8983dda25 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/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;