mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
include: Fix reference to ssh_session_update_known_hosts
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -303,7 +303,7 @@ public:
|
|||||||
* @throws SshException on error
|
* @throws SshException on error
|
||||||
* @returns Integer value depending on the knowledge of the
|
* @returns Integer value depending on the knowledge of the
|
||||||
* server key
|
* server key
|
||||||
* @see ssh_is_server_known
|
* @see ssh_session_update_known_hosts
|
||||||
*/
|
*/
|
||||||
int isServerKnown(){
|
int isServerKnown(){
|
||||||
int state = ssh_session_is_known_server(c_session);
|
int state = ssh_session_is_known_server(c_session);
|
||||||
|
|||||||
Reference in New Issue
Block a user