diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/security.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 2f633ab0ef..57603374d1 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -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; |