Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a79c11a4
...
a79c11a4d374a76a4fcdec58a77234638465e9d0
authored
2001-11-01 15:33:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use ENOSYS instead of ENOTSUP.
1 parent
1c3f803f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mbx_imap.c
mailbox/mbx_imap.c
View file @
a79c11a
...
...
@@ -187,7 +187,7 @@ _mailbox_imap_init (mailbox_t mailbox)
else
{
/* Not a supported authentication mechanism. */
return
ENO
TSUP
;
return
ENO
SYS
;
}
}
...
...
Please
register
or
sign in
to post a comment