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

vlendec at samba.org vlendec at samba.org
Thu Mar 10 17:23:50 GMT 2005


Author: vlendec
Date: 2005-03-10 17:23:49 +0000 (Thu, 10 Mar 2005)
New Revision: 5724

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

Log:
Fix compiler warning
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_passdb.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_passdb.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_passdb.c	2005-03-10 02:00:24 UTC (rev 5723)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_passdb.c	2005-03-10 17:23:49 UTC (rev 5724)
@@ -294,7 +294,7 @@
 
 static NTSTATUS lookup_useraliases(struct winbindd_domain *domain,
 				   TALLOC_CTX *mem_ctx,
-				   uint32 num_sids, const DOM_SID **sids,
+				   uint32 num_sids, DOM_SID **sids,
 				   uint32 *num_aliases, DOM_SID ***aliases)
 {
 	return NT_STATUS_NO_SUCH_USER;



More information about the samba-cvs mailing list