r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the
[bbaumbach/samba-autobuild/.git] / source3 / include / authdata.h
index 194429ab673c446c19d261dfb7b6e962f95ebc20..7e047687b7da7911cf25c8204f6de09b3b9efe40 100644 (file)
@@ -42,7 +42,7 @@
 typedef struct pac_logon_name {
        NTTIME logon_time;
        uint16 len;
-       uint16 *username; /* might not be null terminated, so not UNISTR */
+       fstring username;
 } PAC_LOGON_NAME;
 
 typedef struct pac_signature_data {