Browse Source

supress warning on ecryption packets

pull/1269/head
Darien Raymond 6 years ago
parent
commit
475ffc8196
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 1
      common/crypto/auth.go

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
}

Loading…
Cancel
Save