From c7a951eae398afdf6054354c09adf5ef5240cf9a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 6 Sep 2001 08:56:30 +0000 Subject: Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant. (This used to be commit e3ec6197ede4a37113567c2ab406937c6ca80e9d) --- source3/include/smb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include/smb.h') 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 -- cgit