From 0de35ca8f09cf6d2ac101db3730cea58ca72caf1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 11 Dec 2009 21:23:52 +0100 Subject: Fix logging problem in match_known_host --- libssh/keyfiles.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/keyfiles.c') diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index 8dc2f10..2c83241 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -1277,6 +1277,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