diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-18 17:28:41 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-18 17:28:41 +0200 |
commit | 08fe3bfac8e12e6154dce6a834cdf838eeac3b05 (patch) | |
tree | d3aa517dc33b20db76a810400adadf1fd87c90c0 | |
parent | dd70e09818f05efd9dd59593057d24a0291dd422 (diff) | |
download | gnutls-08fe3bfac8e12e6154dce6a834cdf838eeac3b05.tar.gz |
Don't crash on TLS handshake failures.
Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
This is related to the 5e5f086e124d8d90829fc8e22f34044161da5f80 fix,
this part is necessary too.
-rw-r--r-- | src/cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -756,7 +756,6 @@ after_handshake: if (ret < 0) { fprintf (stderr, "*** Handshake has failed\n"); - socket_bye (&hd); user_term = 1; break; } |