aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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,