summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-02-12 16:10:35 +0000
committerJim McDonough <jmcd@samba.org>2004-02-12 16:10:35 +0000
commit595bec7bc9bb469d1209368aa5c04713fc9f4b6f (patch)
tree809bdf221b696871ae771aafa6bf50d130a61288 /source3/include
parent8437fd40bee34353ee7fe080b9d94d20eb3d6ee6 (diff)
downloadsamba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.tar.gz
samba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.tar.bz2
samba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.zip
More sync between HEAD and SAMBA_3_0
- passdb.h: replace UNKNOWN_3 with FIELDS_PRESENT - parse_samr.c: put comment back in...seems like we shouldn't lose info like this (This used to be commit 6b9efd2f4cd5cf042e2a04a08719a9fe83d54116)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/passdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index add286816c..139a753e8b 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -92,7 +92,7 @@ enum pdb_elements {
PDB_UNKNOWNSTR,
PDB_MUNGEDDIAL,
PDB_HOURS,
- PDB_UNKNOWN3,
+ PDB_FIELDS_PRESENT,
PDB_BAD_PASSWORD_COUNT,
PDB_LOGON_COUNT,
PDB_UNKNOWN6,