mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
Fix typo. Found by Aurelien Degremont
This commit is contained in:
parent
3266777acb
commit
271111d6a7
@ -410,7 +410,7 @@ static NTSTATUS xmlsam_add_sam_account(struct pdb_methods *methods, SAM_ACCOUNT
|
||||
sid_to_string(sid_str, pdb_get_group_sid(u)));
|
||||
|
||||
if (pdb_get_init_flags(u, PDB_LOGONTIME) != PDB_DEFAULT)
|
||||
xmlNewChild(user, data->ns, "login_time",
|
||||
xmlNewChild(user, data->ns, "logon_time",
|
||||
iota(pdb_get_logon_time(u)));
|
||||
|
||||
if (pdb_get_init_flags(u, PDB_LOGOFFTIME) != PDB_DEFAULT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user