diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-09-16 13:31:41 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-09-16 13:31:41 +0000 |
commit | bf4ab61d579e0c6b75056493fa792705b77f44fc (patch) | |
tree | 1d45d669b994092002ddaff8f081cb142fceaf03 /source3 | |
parent | 172fa3113e7dba1b3cc266647bffc482980e7606 (diff) | |
download | samba-bf4ab61d579e0c6b75056493fa792705b77f44fc.tar.gz samba-bf4ab61d579e0c6b75056493fa792705b77f44fc.tar.bz2 samba-bf4ab61d579e0c6b75056493fa792705b77f44fc.zip |
Fix typo. Found by Aurelien Degremont
(This used to be commit 4765e56f92f0906afe3073184c4fa255e1b1a647)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/pdb_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_xml.c b/source3/passdb/pdb_xml.c index 154d8c927f..7af2fdd940 100644 --- a/source3/passdb/pdb_xml.c +++ b/source3/passdb/pdb_xml.c @@ -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) |