Explorar o código

supress warning on ecryption packets

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
475ffc8196
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      common/crypto/auth.go

+ 0 - 1
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
 		}