From 475ffc81966c766fa63c684d877ed49205b01889 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 1 Sep 2018 22:02:18 +0200 Subject: [PATCH] supress warning on ecryption packets --- common/crypto/auth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/crypto/auth.go b/common/crypto/auth.go index 790a0d7c8..9b532293e 100644 --- a/common/crypto/auth.go +++ b/common/crypto/auth.go @@ -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 }