From: Günther Deschner Date: Sun, 22 Apr 2007 20:15:00 +0000 (+0000) Subject: r22466: Fix build warning. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6f259e91862df043f14430a60e9d646e30fe632;p=thirdparty%2Fsamba.git r22466: Fix build warning. Guenther --- 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;