summaryrefslogtreecommitdiffstats
path: root/imap/auth_anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/auth_anon.c')
-rw-r--r--imap/auth_anon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/auth_anon.c b/imap/auth_anon.c
index 78d6f932..7d60e017 100644
--- a/imap/auth_anon.c
+++ b/imap/auth_anon.c
@@ -67,6 +67,6 @@ imap_auth_res_t imap_auth_anon (IMAP_DATA* idata)
bail:
mutt_error _("Anonymous authentication failed.");
- sleep (2);
+ mutt_sleep (2);
return IMAP_AUTH_FAILURE;
}