diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index 343d21da07..869a97a1ac 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1066,14 +1066,14 @@ import "misc.idl", "security.idl"; /* Function 0x35 */ /* w2k3 returns either 0x000bbbd000000000 or 0x000a48e800000000 - for unknown6 - gd */ + for reserved - gd */ typedef struct { uint32 enforce_restrictions; hyper service_tkt_lifetime; hyper user_tkt_lifetime; hyper user_tkt_renewaltime; hyper clock_skew; - hyper unknown6; + hyper reserved; } lsa_DomainInfoKerberos; typedef struct { |