diff options
-rw-r--r-- | source3/nsswitch/nss_info_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/nss_info_template.c b/source3/nsswitch/nss_info_template.c index 2dd3a5bc5a..aaf02e4abe 100644 --- a/source3/nsswitch/nss_info_template.c +++ b/source3/nsswitch/nss_info_template.c @@ -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; |