From bb3cf31184198480b6c6bb63fda8f25228f6ca38 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 18 Dec 2006 20:04:54 +0000 Subject: r20242: these are not really const as we set them in the function (This used to be commit 6a0260fb04f4f9066cbc9eea495141ab3f515b47) --- source3/nsswitch/wb_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index 87eab6438c..430e786f2b 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, - const char **domain, const char **name, + char **domain, char **name, enum lsa_SidType *name_type) { struct winbindd_request request; -- cgit