Hello everyone!
please see the file attached. there are some small, but critical errors in the libssh2/hostkey.c.
thank you.

--
Dmitriy Olshevskiy

diff --git a/pgadmin/libssh2/hostkey.c b/pgadmin/libssh2/hostkey.c
index cdd788d..09955d7 100644
--- a/pgadmin/libssh2/hostkey.c
+++ b/pgadmin/libssh2/hostkey.c
@@ -93,8 +93,8 @@ hostkey_method_ssh_rsa_init(LIBSSH2_SESSION * session,
     s += 4;
     n = s;
 
-    _libssh2_rsa_new(&rsactx, e, e_len, n, n_len, NULL, 0,
-                     NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0)
+    ret = _libssh2_rsa_new(&rsactx, e, e_len, n, n_len, NULL, 0,
+                     NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0);
     if (ret) {
         return -1;
     }
-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to