aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-04 22:10:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-04 22:10:25 +0000
commitd7295cb5547369aa466c226d2c5672aa3a941c84 (patch)
tree5703b03755fa01974bb1d98a931b758868266e75
parent56925efb4231e46a7fd779318bcd3505d6b89706 (diff)
downloadfetchmail-d7295cb5547369aa466c226d2c5672aa3a941c84.tar.gz
fetchmail-d7295cb5547369aa466c226d2c5672aa3a941c84.tar.bz2
fetchmail-d7295cb5547369aa466c226d2c5672aa3a941c84.zip
Check fix.
svn path=/trunk/; revision=2323
-rw-r--r--NEWS5
-rw-r--r--driver.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7989a1f7..e4fce26a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
Release Notes:
+fetchmail-4.7.5 ():
+* Issue proper logout after running fetchmail -c
+
+There are 249 people on fetchmail-friends and 334 on fetchmail-announce.
+
fetchmail-4.7.4 (Mon Jan 4 13:26:32 EST 1999):
* Error message cleanup.
* HTML cleanup in design notes and FAQ, thanks to Byrial Jensen.
diff --git a/driver.c b/driver.c
index 3650f14b..6252b166 100644
--- a/driver.c
+++ b/driver.c
@@ -1692,7 +1692,7 @@ const struct method *proto; /* protocol method table */
if (new == -1 || ctl->fetchall)
new = count;
ok = ((new > 0) ? PS_SUCCESS : PS_NOMAIL);
- goto cleanUp;
+ goto no_error;
}
else if (count > 0)
{