From 2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 22 Apr 2007 20:15:00 +0000 Subject: r22466: Fix build warning. Guenther (This used to be commit d6f259e91862df043f14430a60e9d646e30fe632) --- source3/nsswitch/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_cache.c') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 16fe5931e5..da8983dda2 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; -- cgit