1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

fix typo for callback bit

(This used to be commit 31a15164ffb3f551a5f7006e637036dc3b59bd22)
This commit is contained in:
Jim McDonough 2004-03-02 18:04:16 +00:00
parent ef36785beb
commit db61673019

View File

@ -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