aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-12 13:38:05 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-12 13:38:05 +0000
commitfdd8edca3feb62d0f0cc28a19d5b92457852981a (patch)
tree6aa0378e502ee098ccc8a4f4d8eb8bf043baa244 /fetchmail.c
parent58c3f0d8567151ae960fe1e4a8ec8fdbca648933 (diff)
downloadfetchmail-fdd8edca3feb62d0f0cc28a19d5b92457852981a.tar.gz
fetchmail-fdd8edca3feb62d0f0cc28a19d5b92457852981a.tar.bz2
fetchmail-fdd8edca3feb62d0f0cc28a19d5b92457852981a.zip
Compile fix.
svn path=/trunk/; revision=3086
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index b7510513..a4a13df5 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -830,8 +830,6 @@ int main(int argc, char **argv)
else
/* in case we interrupted before a successful fetch */
exit(PS_NOMAIL);
-
- exit(successes ? : querystatus);
}
static void list_merge(struct idlist **dstl, struct idlist **srcl, int force)