diff options
author | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:21:38 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:21:38 +0000 |
commit | 34e623d607b45bce09ab2f98f3735cfbf5538dbf (patch) | |
tree | 3d1fce72272527643f0ac27900108b063165926c | |
parent | 8c80742e4e5604bc667314e51c47924efd65df49 (diff) | |
download | samba-34e623d607b45bce09ab2f98f3735cfbf5538dbf.tar.gz samba-34e623d607b45bce09ab2f98f3735cfbf5538dbf.tar.xz samba-34e623d607b45bce09ab2f98f3735cfbf5538dbf.zip |
the times in sam_user_info_23 may not be in the right order
-rw-r--r-- | source/include/rpc_samr.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |