aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
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)