From d7295cb5547369aa466c226d2c5672aa3a941c84 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Jan 1999 22:10:25 +0000 Subject: Check fix. svn path=/trunk/; revision=2323 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') 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) { -- cgit v1.2.3