From 03b14454501633feae1f713f23e67682aef31c18 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 19 Dec 2006 14:01:05 +0000 Subject: r20252: Revert back to const, but I have a fleble feeling we should go the ther way. (This used to be commit 2048d491507cef1ac87da4fd2fedc458aae5a97d) --- source3/nsswitch/wb_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index 430e786f2b..87eab6438c 100644 --- a/source3/nsswitch/wb_client.c +++ b/source3/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; -- cgit