diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index 9b8ebc8a..92713178 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -1457,6 +1457,7 @@ static int match_hashed_host(ssh_session session, const char *host, enter_function(); if (strncmp(sourcehash, "|1|", 3) != 0) { + leave_function(); return 0; }