Explorar el Código

supress warning on ecryption packets

Darien Raymond hace 7 años
padre
commit
475ffc8196
Se han modificado 1 ficheros con 0 adiciones y 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
 		}