From bef014b7a938b26b0789252686dcf77ac79f0da7 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 26 Jan 2011 22:08:13 +0100 Subject: Knownhosts: fix missing leave_function() --- libssh/keyfiles.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh') 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; } -- cgit