r24331: Fix an error where gid_t != 32 bit
authorVolker Lendecke <vlendec@samba.org>
Sat, 11 Aug 2007 16:20:27 +0000 (16:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:30 +0000 (12:29 -0500)
(This used to be commit 748fdfbd7ba5cc844f1370a968465b19ae698f94)

source3/nsswitch/nss_info_template.c

index 2dd3a5bc5a4293a58c74ba93143241bb4a8696ff..aaf02e4abe9ff134b4b65c07559349d9479e9591 100644 (file)
@@ -40,7 +40,7 @@ static NTSTATUS nss_template_get_info( struct nss_domain_entry *e,
                                       char **homedir,
                                       char **shell, 
                                       char **gecos,
-                                      uint32 *gid )
+                                      gid_t *gid )
 {     
        if ( !homedir || !shell || !gecos )
                return NT_STATUS_INVALID_PARAMETER;