security.idl: Use gid_t for gid in security_unix_token
authorAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 05:50:49 +0000 (15:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:14 +0000 (09:17 +1000)
librpc/idl/security.idl

index 2f633ab0eff7e872e63081ab50ad4b70948f796c..57603374d11ede8c7a451faca5d40ddd2a291831 100644 (file)
@@ -580,7 +580,7 @@ interface security
        /* This is not yet sent over the network, but is simply defined in IDL */
        typedef [public] struct {
                uid_t uid;
-               uid_t gid;
+               gid_t gid;
                uint32 ngroups;
                [size_is(ngroups)] gid_t groups[*];
        } security_unix_token;