Knownhosts: fix missing leave_function()

This commit is contained in:
Aris Adamantiadis
2011-01-26 22:08:13 +01:00
parent e6d17ccc15
commit bef014b7a9

View File

@@ -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;
}