aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 9a05dc82..75b9d573 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -532,11 +532,6 @@ int main (int argc, char **argv)
}
#endif /* POP3_ENABLE */
}
- else if (querystatus == PS_AUTHFAIL) {
- /* have it logged with priority LOG_ALERT */
- error(querystatus, -1, "Authentication failed for %s@%s",
- ctl->remotename, visbuf(ctl->server.pollname));
- }
else if (!check_only &&
((querystatus!=PS_NOMAIL) || (outlevel==O_DEBUG)))
error(0, 0, "Query status=%d", querystatus);