diff options
Diffstat (limited to 'crypto/src/tls/DtlsServerProtocol.cs')
-rw-r--r-- | crypto/src/tls/DtlsServerProtocol.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/DtlsServerProtocol.cs b/crypto/src/tls/DtlsServerProtocol.cs index cf16bc302..f2eaf31f8 100644 --- a/crypto/src/tls/DtlsServerProtocol.cs +++ b/crypto/src/tls/DtlsServerProtocol.cs @@ -59,7 +59,7 @@ namespace Org.BouncyCastle.Tls AbortServerHandshake(state, recordLayer, fatalAlert.AlertDescription); throw; } - catch (IOException e) + catch (IOException) { AbortServerHandshake(state, recordLayer, AlertDescription.internal_error); throw; |