Fix: MULTIPART_INVALID_PART connected to wrong internal variable

This commit is contained in:
Martin Vierula 2022-08-17 16:15:06 -07:00
parent 369002d70e
commit b41139acd6
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- Fix: MULTIPART_INVALID_PART connected to wrong internal variable
[Issue #2785 - @martinhsv]
- Restore Unique_id to include random portion after timestamp
[Issue #2752, #2758 - @datkps11, @martinhsv]

View File

@ -31,7 +31,7 @@ namespace variables {
DEFINE_VARIABLE(MultipartInvalidPart, MULTIPART_INVALID_PART,
m_variableMultipartInvalidHeaderFolding)
m_variableMultipartInvalidPart)
} // namespace variables