aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-20 11:10:19 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-20 11:10:19 +0000
commitecf1ca8748b3fd62ee5cc085aa84acfd21d51c50 (patch)
treee60a807ff3a610b10844f9e83cb085e898186955 /driver.c
parent66df9b24a8e0bebd7b355fe349abb93c684bc506 (diff)
downloadfetchmail-ecf1ca8748b3fd62ee5cc085aa84acfd21d51c50.tar.gz
fetchmail-ecf1ca8748b3fd62ee5cc085aa84acfd21d51c50.tar.bz2
fetchmail-ecf1ca8748b3fd62ee5cc085aa84acfd21d51c50.zip
Fix Debian bug #301964, socket leak.
svn path=/trunk/; revision=4127
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 7cfb2cbf..905890d8 100644
--- a/driver.c
+++ b/driver.c
@@ -1161,7 +1161,7 @@ static int do_session(
{
report(stderr, GT_("SSL connection failed.\n"));
err = PS_AUTHFAIL;
- goto closeUp;
+ goto cleanUp;
}
/* Fetchmail didn't hang on SSLOpen,