1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

supress warning on ecryption packets

This commit is contained in:
Darien Raymond 2018-09-01 22:02:18 +02:00
parent cb378a9dbf
commit 475ffc8196
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -313,7 +313,6 @@ func (w *AuthenticationWriter) writePacket(mb buf.MultiBuffer) error {
eb, err := w.seal(b)
if err != nil {
newError("failed to encrypt packet").Base(err).AtWarning().WriteToLog()
continue
}