From 5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2009 23:09:11 +0000 Subject: Revert incompatible pre/post-connect cmd fix part. ...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index bf4c7b5c..9f332f80 100644 --- a/driver.c +++ b/driver.c @@ -946,7 +946,7 @@ static int do_session( else report(stderr, GT_("pre-connection command failed with status %d\n"), WEXITSTATUS(err)); - err = PS_PROTOCOL; + err = PS_SYNTAX; goto closeUp; } @@ -1580,7 +1580,7 @@ closeUp: else report(stderr, GT_("post-connection command failed with status %d\n"), WEXITSTATUS(tmperr)); if (err == PS_SUCCESS) - err = PS_PROTOCOL; + err = PS_SYNTAX; } set_timeout(0); /* cancel any pending alarm */ -- cgit v1.2.3