diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-11-06 05:40:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:33 -0500 |
commit | 4c06ac06a13eaff5b314ad97cce824d615c06f9a (patch) | |
tree | 71e658a0e28ca850acadba1e2a246ea3b6e4fa13 /source4/librpc/idl | |
parent | e1f38d81383c4adcb28b8e6e4bc0b3c7600277d4 (diff) | |
download | samba-4c06ac06a13eaff5b314ad97cce824d615c06f9a.tar.gz samba-4c06ac06a13eaff5b314ad97cce824d615c06f9a.tar.bz2 samba-4c06ac06a13eaff5b314ad97cce824d615c06f9a.zip |
r3572: Thanks to tridge for his patience with my build breakage.
This concludes the proper fixes.
Andrew Bartlett
(This used to be commit c1d025793f2994c8f1cab304c3394ab186654071)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 4e3fee4b51..d3a28df27b 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -75,7 +75,7 @@ interface krb5pac dom_sid2 *dom_sid; uint32 reserved16[2]; - uint32 reserved17; /* looks like it may be acb_info */ + uint32 acct_flags; /* looks like it may be acb_info */ uint32 reserved18[7]; uint32 extra_sids_count; |