summaryrefslogtreecommitdiffstats
path: root/imap/auth_login.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/auth_login.c')
-rw-r--r--imap/auth_login.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/imap/auth_login.c b/imap/auth_login.c
index fff5baa6..212d7fde 100644
--- a/imap/auth_login.c
+++ b/imap/auth_login.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999-2000 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -60,9 +60,6 @@ imap_auth_res_t imap_auth_login (IMAP_DATA* idata)
if (!rc)
return IMAP_AUTH_SUCCESS;
- else if (rc == -1)
- dprint (1, (debugfile, "imap_auth_login: Error logging in.\n"));
-
mutt_error _("Login failed.");
sleep (2);
return IMAP_AUTH_FAILURE;