Changeset 862 for trunk/server/source3/auth/server_info.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/auth/server_info.c
r751 r862 609 609 if (!info3) return NULL; 610 610 611 info3->base.last_logon = info->logon_time;612 info3->base.last_logoff = info->logoff_time;613 info3->base.acct_expiry = info->kickoff_time;611 unix_to_nt_time(&info3->base.last_logon, info->logon_time); 612 unix_to_nt_time(&info3->base.last_logoff, info->logoff_time); 613 unix_to_nt_time(&info3->base.acct_expiry, info->kickoff_time); 614 614 unix_to_nt_time(&info3->base.last_password_change, info->pass_last_set_time); 615 615 unix_to_nt_time(&info3->base.allow_password_change,
Note:
See TracChangeset
for help on using the changeset viewer.