fix HashFilter bug when putMessage=true (UnFleshed One)
parent
07e0b3805f
commit
6176add700
|
|
@ -715,9 +715,9 @@ void HashFilter::IsolatedInitialize(const NameValuePairs ¶meters)
|
|||
size_t HashFilter::Put2(const byte *inString, size_t length, int messageEnd, bool blocking)
|
||||
{
|
||||
FILTER_BEGIN;
|
||||
m_hashModule.Update(inString, length);
|
||||
if (m_putMessage)
|
||||
FILTER_OUTPUT(1, inString, length, 0);
|
||||
m_hashModule.Update(inString, length);
|
||||
if (messageEnd)
|
||||
{
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue