summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-04-22 20:15:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:36 -0500
commit2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4 (patch)
tree742ed9e7608144e04bfa0d71a55dd6af6e08ea73 /source3/nsswitch/winbindd_cache.c
parent53ac6a5abf90130b74d51059fa03203108f0da67 (diff)
downloadsamba-2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4.tar.gz
samba-2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4.tar.bz2
samba-2713a9ca0e97a6f9eaaed4eed906eaac9a161fd4.zip
r22466: Fix build warning.
Guenther (This used to be commit d6f259e91862df043f14430a60e9d646e30fe632)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
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;