mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
openchange: don't overflow possible recipient type while creating message headers
Signed-off-by: Kamen Mazdrashki <kmazdrashki@zentyal.com>
This commit is contained in:
committed by
Julio García
parent
4b383705ff
commit
2792baac02
@@ -561,7 +561,7 @@ FillMessageHeadersFromProperties (NGMutableHashMap *headers,
|
||||
bccLimit = MAPI_BCC;
|
||||
else
|
||||
bccLimit = MAPI_CC;
|
||||
bccLimit++;
|
||||
|
||||
for (type = MAPI_TO; type <= bccLimit; type++)
|
||||
{
|
||||
recId = recTypes[type];
|
||||
|
||||
Reference in New Issue
Block a user