From 34e623d607b45bce09ab2f98f3735cfbf5538dbf Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 7 May 1999 18:21:38 +0000 Subject: the times in sam_user_info_23 may not be in the right order --- source/include/rpc_samr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/rpc_samr.h b/source/include/rpc_samr.h index 5a6089f0a1f..7d69c0bb46c 100644 --- a/source/include/rpc_samr.h +++ b/source/include/rpc_samr.h @@ -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 */ -- cgit