summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2004-03-02 18:04:16 +0000
committerJim McDonough <jmcd@samba.org>2004-03-02 18:04:16 +0000
commitdb616730198452cb0d8ae72ee5ad1b176a7e55e1 (patch)
treea5352d14e842c8c9133b7ca88f1f370edc75f095 /source3/include/passdb.h
parentef36785beb02f56c44b62d427ef15e6b6fb22744 (diff)
downloadsamba-db616730198452cb0d8ae72ee5ad1b176a7e55e1.tar.gz
samba-db616730198452cb0d8ae72ee5ad1b176a7e55e1.tar.bz2
samba-db616730198452cb0d8ae72ee5ad1b176a7e55e1.zip
fix typo for callback bit
(This used to be commit 31a15164ffb3f551a5f7006e637036dc3b59bd22)
Diffstat (limited to 'source3/include/passdb.h')
-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 a3474196e1..9eab46bbff 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -51,7 +51,7 @@
#define ACCT_LAST_PWD_CHANGE 0x00040000
#define ACCT_EXPIRY 0x00080000
#define ACCT_FLAGS 0x00100000
-#define ACCT_CALLBACK 0x00200001
+#define ACCT_CALLBACK 0x00200000
#define ACCT_COUNTRY_CODE 0x00400000
#define ACCT_CODE_PAGE 0x00800000
#define ACCT_NT_PWD_SET 0x01000000