mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Knownhosts: fix missing leave_function()
This commit is contained in:
@@ -1457,6 +1457,7 @@ static int match_hashed_host(ssh_session session, const char *host,
|
|||||||
enter_function();
|
enter_function();
|
||||||
|
|
||||||
if (strncmp(sourcehash, "|1|", 3) != 0) {
|
if (strncmp(sourcehash, "|1|", 3) != 0) {
|
||||||
|
leave_function();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user