Skip to content

Commit 7b094ea

Browse files
authored
Merge pull request #2785 from martinhsv/v3/master
Fix: MULTIPART_INVALID_PART connected to wrong internal variable
2 parents 369002d + b41139a commit 7b094ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.x.y - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- Fix: MULTIPART_INVALID_PART connected to wrong internal variable
5+
[Issue #2785 - @martinhsv]
46
- Restore Unique_id to include random portion after timestamp
57
[Issue #2752, #2758 - @datkps11, @martinhsv]
68

src/variables/multipart_invalid_part.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace variables {
3131

3232

3333
DEFINE_VARIABLE(MultipartInvalidPart, MULTIPART_INVALID_PART,
34-
m_variableMultipartInvalidHeaderFolding)
34+
m_variableMultipartInvalidPart)
3535

3636

3737
} // namespace variables

0 commit comments

Comments
 (0)