diff options
author | Jim McDonough <jmcd@samba.org> | 2004-03-02 18:04:21 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-03-02 18:04:21 +0000 |
commit | 5d123b0d92c48b2c40ffc969114d15d3dcd1fd11 (patch) | |
tree | ce96cf8fcfc46c375252fdb336913e9758968205 /source3/include | |
parent | 6159be06a3b7af3d3a2502aca17c94ebebddac93 (diff) | |
download | samba-5d123b0d92c48b2c40ffc969114d15d3dcd1fd11.tar.gz samba-5d123b0d92c48b2c40ffc969114d15d3dcd1fd11.tar.bz2 samba-5d123b0d92c48b2c40ffc969114d15d3dcd1fd11.zip |
fix typo for callback bit
(This used to be commit c1b1a1961f19e2fba680d48e41d0b29cdfd6d39c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index d471eb53f3..65e342080e 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 |