1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

the times in sam_user_info_23 may not be in the right order

This commit is contained in:
Luke Leighton
-
parent 8c80742e4e
commit 34e623d607

View File

@@ -143,6 +143,7 @@ typedef struct logon_hours_info
/* SAM_USER_INFO_23 */
typedef struct sam_user_info_23
{
/* TIMES MAY NOT IN RIGHT ORDER!!!! */
NTTIME logon_time; /* logon time */
NTTIME logoff_time; /* logoff time */
NTTIME kickoff_time; /* kickoff time */