diff src/ch/ethz/ssh2/Connection.java @ 320:5afb8c1a54b9 ganymed

add ecdsa key support everywhere
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 08:36:33 -0700
parents 776a220dbcc6
children cd1d87edcbf6
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/Connection.java	Thu Jul 31 08:20:47 2014 -0700
+++ b/src/ch/ethz/ssh2/Connection.java	Thu Jul 31 08:36:33 2014 -0700
@@ -860,7 +860,7 @@
         }
         catch (IOException e) {
             // This will also invoke any registered connection monitors
-            close(e);
+            close(e, false);
 
             synchronized (state) {
                 /* Show a clean exception, not something like "the socket is closed!?!" */