gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 89/411: libssh2: pass on the error from ssh_force_knownhost_key_


From: gnunet
Subject: [gnurl] 89/411: libssh2: pass on the error from ssh_force_knownhost_key_type
Date: Wed, 13 Jan 2021 01:18:24 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit a27af8b510edcd862e9ce17658a16308ba68c7e9
Author: cbe <github@claus-beckenbauer.de>
AuthorDate: Thu Sep 3 15:52:54 2020 +0200

    libssh2: pass on the error from ssh_force_knownhost_key_type
    
    Closes #5909
---
 lib/vssh/libssh2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/vssh/libssh2.c b/lib/vssh/libssh2.c
index 968bc1e20..d769bcc6f 100644
--- a/lib/vssh/libssh2.c
+++ b/lib/vssh/libssh2.c
@@ -821,6 +821,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, 
bool *block)
       result = ssh_force_knownhost_key_type(conn);
       if(result) {
         state(conn, SSH_SESSION_FREE);
+        sshc->actualcode = result;
         break;
       }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]