diff options
author | Tim Potter <tpot@samba.org> | 2001-09-06 08:56:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-09-06 08:56:30 +0000 |
commit | c7a951eae398afdf6054354c09adf5ef5240cf9a (patch) | |
tree | c780fe9ade32ae88e59b7ad86394e1a251e7a30b /source3 | |
parent | 75a8b24ed90436a44973edb8eecb14a027f47777 (diff) | |
download | samba-c7a951eae398afdf6054354c09adf5ef5240cf9a.tar.gz samba-c7a951eae398afdf6054354c09adf5ef5240cf9a.tar.bz2 samba-c7a951eae398afdf6054354c09adf5ef5240cf9a.zip |
Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.
(This used to be commit e3ec6197ede4a37113567c2ab406937c6ca80e9d)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index cf455ca1e6..e426f46921 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1554,7 +1554,9 @@ typedef struct user_struct #include "rpcclient.h" /* - * Size of new password account encoding string. DO NOT CHANGE. + * Size of new password account encoding string. This is enough space to + * hold 11 ACB characters, plus the surrounding [] and a terminating null. + * Do not change unless you are adding new ACB bits! */ #define NEW_PW_FORMAT_SPACE_PADDED_LEN 14 |