winbind: Fix a type error
commitdb64deb6819b814ffb49901aa00ef8fb7e480787
authorVolker Lendecke <vl@samba.org>
Tue, 2 Feb 2016 13:41:16 +0000 (2 14:41 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 16 Feb 2016 09:50:10 +0000 (16 10:50 +0100)
tree998090deac7c1124a6efd5f58b7ce01eb08f3c65
parentad82251c23ba89e391d25d3bf0f2a38925f62b20
winbind: Fix a type error

nss_info_methods has "get_nss_info"'s p_gid parameter as
gid_t *, not uint32_t *. Probably that did not hurt due to
typedefs, but if we find a platform where gid_t is not
uint32_t, this would be VERY hard to debug

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/idmap_ad.c