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

idra at samba.org idra at samba.org
Tue Dec 19 14:01:05 GMT 2006


Author: idra
Date: 2006-12-19 14:01:05 +0000 (Tue, 19 Dec 2006)
New Revision: 20252

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

Log:

Revert back to const, but I have a fleble feeling we should go the ther way.


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-19 13:38:42 UTC (rev 20251)
+++ branches/SAMBA_3_0/source/nsswitch/wb_client.c	2006-12-19 14:01:05 UTC (rev 20252)
@@ -65,7 +65,7 @@
 /* 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;



More information about the samba-cvs mailing list