aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-05-04 23:09:11 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-05-04 23:09:11 +0000
commit5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e (patch)
tree0b1abe856e6e63ffdfc2eb606e6f9f514f78dacf /driver.c
parentcaecc7b9bcb8ecdc954dbbd376ba661af9fa8be8 (diff)
downloadfetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.gz
fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.bz2
fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.zip
Revert incompatible pre/post-connect cmd fix part.
...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
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 */