diff options
Diffstat (limited to 'source/include/authdata.h')
-rw-r--r-- | source/include/authdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/authdata.h b/source/include/authdata.h index 7e047687b7d..194429ab673 100644 --- a/source/include/authdata.h +++ b/source/include/authdata.h @@ -42,7 +42,7 @@ typedef struct pac_logon_name { NTTIME logon_time; uint16 len; - fstring username; + uint16 *username; /* might not be null terminated, so not UNISTR */ } PAC_LOGON_NAME; typedef struct pac_signature_data { |