diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/krb5pac.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index 3ebac2b1f2..50a4c42423 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -13,8 +13,7 @@ interface krb5pac { typedef struct { NTTIME logon_time; - uint16 unknown; - astring account_name; + [flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name; } UNKNOWN_TYPE_10; typedef [flag(NDR_PAHEX)] struct { |