Use ENOSYS instead of ENOTSUP.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -187,7 +187,7 @@ _mailbox_imap_init (mailbox_t mailbox) | ... | @@ -187,7 +187,7 @@ _mailbox_imap_init (mailbox_t mailbox) |
187 | else | 187 | else |
188 | { | 188 | { |
189 | /* Not a supported authentication mechanism. */ | 189 | /* Not a supported authentication mechanism. */ |
190 | return ENOTSUP; | 190 | return ENOSYS; |
191 | } | 191 | } |
192 | } | 192 | } |
193 | 193 | ... | ... |
-
Please register or sign in to post a comment