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

jerry at samba.org jerry at samba.org
Tue Mar 22 14:39:32 GMT 2005


Author: jerry
Date: 2005-03-22 14:39:32 +0000 (Tue, 22 Mar 2005)
New Revision: 5945

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

Log:
BUG 2516: fix compile issue on True64
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_group.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_group.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2005-03-22 14:33:30 UTC (rev 5944)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_group.c	2005-03-22 14:39:32 UTC (rev 5945)
@@ -1246,7 +1246,7 @@
 	 * domain also asks for this info. -- vl */
 
 	if (!IS_DC) {
-		uint32_t *alias_rids = NULL;
+		uint32 *alias_rids = NULL;
 		int num_aliases;
 
 		/* We need to include the user SID to expand */



More information about the samba-cvs mailing list