geri pataisymai. Ieskoti bugu reikia per otlcient

This commit is contained in:
ErikasKontenis
2019-11-10 23:18:18 +02:00
parent 3d05566759
commit ba1409dbe6
10 changed files with 10 additions and 70 deletions

View File

@@ -33,7 +33,7 @@ void Protocol::onSendMessage(const OutputMessage_ptr& msg) const
if (encryptionEnabled) {
XTEA_encrypt(*msg);
msg->addCryptoHeader(checksumEnabled);
msg->addCryptoHeader();
}
}
}