From f2db04a07bb08cd89e52bdb9327fc7218863c75b Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Sat, 21 Jul 2001 12:44:55 +0000 Subject: [PATCH] added missing line --- src/inc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inc.c b/src/inc.c index 9e19f2544..84da83e8f 100644 --- a/src/inc.c +++ b/src/inc.c @@ -601,7 +601,9 @@ static IncState inc_pop3_session_do(IncSession *session) if(!ssl_init_socket(sockinfo)) { pop3_automaton_terminate(NULL, atm); automaton_destroy(atm); + return INC_ERROR; + } } else { sockinfo->ssl = NULL; } -- 2.25.1