r20252: Revert back to const, but I have a fleble feeling we should go the ther way.
authorSimo Sorce <idra@samba.org>
Tue, 19 Dec 2006 14:01:05 +0000 (14:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:36 +0000 (12:16 -0500)
(This used to be commit 2048d491507cef1ac87da4fd2fedc458aae5a97d)

source3/nsswitch/wb_client.c

index 430e786f2b035d92023918103c81487ecf962dce..87eab6438c858d397ef188caa4c1b51135987c47 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, 
-                       char **domain, char **name,
+                       const char **domain, const char **name,
                         enum lsa_SidType *name_type)
 {
        struct winbindd_request request;