summaryrefslogtreecommitdiffstats
path: root/imap/auth_cram.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-10 08:02:18 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-10 08:02:18 +0000
commit91409e034831b8132183dce5ab80233b821da23a (patch)
tree5a3ea0285fa59abe39a100e492be0b50f20c3cec /imap/auth_cram.c
parentab8397b2b8ebf470fb90e08521274677091efefc (diff)
A slightly extended version of Dave Ewart's sleeptime patch.
Diffstat (limited to 'imap/auth_cram.c')
-rw-r--r--imap/auth_cram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/auth_cram.c b/imap/auth_cram.c
index 07bf6e89..741e26c6 100644
--- a/imap/auth_cram.c
+++ b/imap/auth_cram.c
@@ -122,7 +122,7 @@ imap_auth_res_t imap_auth_cram_md5 (IMAP_DATA* idata)
bail:
mutt_error _("CRAM-MD5 authentication failed.");
- sleep (2);
+ mutt_sleep (2);
return IMAP_AUTH_FAILURE;
}