summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-09-16 13:31:41 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-09-16 13:31:41 +0000
commit4765e56f92f0906afe3073184c4fa255e1b1a647 (patch)
treec39a04244689e581ffbecd15d5a06a554bd61361 /source/passdb
parentec842946dd4f2af8261270fbdfe203fa5247dea3 (diff)
downloadsamba-4765e56f92f0906afe3073184c4fa255e1b1a647.tar.gz
samba-4765e56f92f0906afe3073184c4fa255e1b1a647.tar.xz
samba-4765e56f92f0906afe3073184c4fa255e1b1a647.zip
Fix typo. Found by Aurelien Degremont
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/pdb_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/pdb_xml.c b/source/passdb/pdb_xml.c
index 154d8c927f6..7af2fdd9402 100644
--- a/source/passdb/pdb_xml.c
+++ b/source/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)