diff options
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 |