mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +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();
|
||||
|
||||
if (strncmp(sourcehash, "|1|", 3) != 0) {
|
||||
leave_function();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user