1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

SSH1: Update a few fix from 0.4.8-git

This commit is contained in:
Aris Adamantiadis
2011-01-26 22:50:05 +01:00
parent 00d68d63fa
commit c1ecec7cda
2 changed files with 5 additions and 3 deletions

View File

@@ -500,7 +500,7 @@ int ssh_userauth_offer_pubkey(ssh_session session, const char *username,
#ifdef WITH_SSH1
if (session->version == 1) {
ssh_userauth1_offer_pubkey(session, username, type, publickey);
rc = ssh_userauth1_offer_pubkey(session, username, type, publickey);
leave_function();
return rc;
}