1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Fix logging problem in match_known_host

This commit is contained in:
Aris Adamantiadis
2009-12-11 21:23:52 +01:00
parent 80b6cf77b0
commit 0de35ca8f0

View File

@@ -1277,6 +1277,7 @@ static int match_hashed_host(ssh_session session, const char *host,
enter_function();
if (strncmp(sourcehash, "|1|", 3) != 0) {
leave_function();
return 0;
}