svn commit: samba r20242 - in branches/SAMBA_3_0/source/nsswitch: .

idra at samba.org idra at samba.org
Mon Dec 18 20:04:55 GMT 2006


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;



More information about the samba-cvs mailing list