svn commit: samba r24334 - in branches/SAMBA_3_0_25/source/nsswitch: .

jra at samba.org jra at samba.org
Sat Aug 11 17:20:58 GMT 2007


Author: jra
Date: 2007-08-11 17:20:57 +0000 (Sat, 11 Aug 2007)
New Revision: 24334

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

Log:
Janitor for Volker :-). This one is in 3.0.x also.
Fix an error where gid_t != 32 bit
Jeremy.

Modified:
   branches/SAMBA_3_0_25/source/nsswitch/nss_info_template.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/nsswitch/nss_info_template.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/nss_info_template.c	2007-08-11 17:08:22 UTC (rev 24333)
+++ branches/SAMBA_3_0_25/source/nsswitch/nss_info_template.c	2007-08-11 17:20:57 UTC (rev 24334)
@@ -42,7 +42,7 @@
 				       char **homedir,
 				       char **shell, 
 				       char **gecos,
-				       uint32 *gid )
+				       gid_t *gid )
 {     
 	if ( !homedir || !shell || !gecos )
 		return NT_STATUS_INVALID_PARAMETER;



More information about the samba-cvs mailing list