summaryrefslogtreecommitdiffstats
path: root/imap/auth_cram.c
diff options
context:
space:
mode:
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;
}