r20242: these are not really const as we set them in the function
authorSimo Sorce <idra@samba.org>
Mon, 18 Dec 2006 20:04:54 +0000 (20:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:35 +0000 (12:16 -0500)
(This used to be commit 6a0260fb04f4f9066cbc9eea495141ab3f515b47)

source3/nsswitch/wb_client.c

index 87eab6438c858d397ef188caa4c1b51135987c47..430e786f2b035d92023918103c81487ecf962dce 100644 (file)
@@ -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;