Updated changelog
This commit is contained in:
parent
b97239ef3a
commit
57ba1027c5
@ -309,7 +309,7 @@ bool CryptionHandler::decryptPacket(protocol::BasicPacket *packet, std::string &
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
packet->data(pipes::buffer_view{target_buffer, length});
|
//packet->data(pipes::buffer_view{target_buffer, length});
|
||||||
packet->setEncrypted(false);
|
packet->setEncrypted(false);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user