Author: idra
Date: 2006-12-18 20:04:54 +0000 (Mon, 18 Dec 2006)
New Revision: 20242

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20242

Log:

these are not really const as we set them in the function


Modified:
   branches/SAMBA_3_0/source/nsswitch/wb_client.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/wb_client.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/wb_client.c      2006-12-18 15:35:52 UTC 
(rev 20241)
+++ branches/SAMBA_3_0/source/nsswitch/wb_client.c      2006-12-18 20:04:54 UTC 
(rev 20242)
@@ -65,7 +65,7 @@
 /* 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;

Reply via email to