summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-12-19 14:01:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:36 -0500
commit2048d491507cef1ac87da4fd2fedc458aae5a97d (patch)
treecb6492cbf559c854b72c106759daae30f70dd8ee /source
parent5d36c4e0313c2d735242dfdd57343372be59c6e1 (diff)
downloadsamba-2048d491507cef1ac87da4fd2fedc458aae5a97d.tar.gz
samba-2048d491507cef1ac87da4fd2fedc458aae5a97d.tar.xz
samba-2048d491507cef1ac87da4fd2fedc458aae5a97d.zip
r20252: Revert back to const, but I have a fleble feeling we should go the ther way.
Diffstat (limited to 'source')
-rw-r--r--source/nsswitch/wb_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/wb_client.c b/source/nsswitch/wb_client.c
index 430e786f2b0..87eab6438c8 100644
--- a/source/nsswitch/wb_client.c
+++ b/source/nsswitch/wb_client.c
@@ -65,7 +65,7 @@ BOOL winbind_lookup_name(const char *dom_name, const char *name, DOM_SID *sid,
/* Call winbindd to convert sid to name */
BOOL winbind_lookup_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
- char **domain, char **name,
+ const char **domain, const char **name,
enum lsa_SidType *name_type)
{
struct winbindd_request request;