summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_mysql.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-02-12 19:09:21 +0000
committerJim McDonough <jmcd@samba.org>2004-02-12 19:09:21 +0000
commit041f03151c5a952af9fd22a023c23b2a4abf81c6 (patch)
treecb01dd6dd718dad2dcb5f2ecd6d4bd3bf22bce08 /source3/passdb/pdb_mysql.c
parenteaece3bbe600c69cb407be0b79fb3023ee6dab93 (diff)
downloadsamba-041f03151c5a952af9fd22a023c23b2a4abf81c6.tar.gz
samba-041f03151c5a952af9fd22a023c23b2a4abf81c6.tar.bz2
samba-041f03151c5a952af9fd22a023c23b2a4abf81c6.zip
Try to remove the last vestiges of unknown_3...
Jelmer, can you look at the sql and xml backends please to verify? (This used to be commit b7706f7e258516d83646aca8c367508bc1c8f0dd)
Diffstat (limited to 'source3/passdb/pdb_mysql.c')
-rw-r--r--source3/passdb/pdb_mysql.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/pdb_mysql.c b/source3/passdb/pdb_mysql.c
index acc1eff829..deed27dbe4 100644
--- a/source3/passdb/pdb_mysql.c
+++ b/source3/passdb/pdb_mysql.c
@@ -111,7 +111,6 @@ static NTSTATUS row_to_sam_account(MYSQL_RES * r, SAM_ACCOUNT * u)
pdb_set_plaintext_passwd(u, row[22]);
pdb_set_acct_ctrl(u, xatol(row[23]), PDB_SET);
- pdb_set_unknown_3(u, xatol(row[24]), PDB_SET);
pdb_set_logon_divs(u, xatol(row[25]), PDB_SET);
pdb_set_hours_len(u, xatol(row[26]), PDB_SET);
pdb_set_bad_password_count(u, xatol(row[27]), PDB_SET);