From 136955938562f0f2d4b0242b60146683db82c0a1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 27 Jun 2018 09:18:24 +0200 Subject: [PATCH] include: Fix reference to ssh_session_update_known_hosts Signed-off-by: Andreas Schneider --- include/libssh/libsshpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index b8652f73..1ce72948 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -303,7 +303,7 @@ public: * @throws SshException on error * @returns Integer value depending on the knowledge of the * server key - * @see ssh_is_server_known + * @see ssh_session_update_known_hosts */ int isServerKnown(){ int state = ssh_session_is_known_server(c_session);