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
a9cfd37d
...
a9cfd37d0084b115708f4f5e6e3495f94427f691
authored
2003-09-10 14:07:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(folder_pop_get_authority): Return an appropriate error code.
1 parent
b55b1cb2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/pop/folder.c
mailbox/pop/folder.c
View file @
a9cfd37
...
...
@@ -30,6 +30,7 @@
#endif
#include <mailutils/auth.h>
#include <mailutils/errno.h>
#include <mailutils/mailbox.h>
#include <folder0.h>
...
...
@@ -123,7 +124,7 @@ folder_pop_get_authority (folder_t folder, authority_t *pauth)
}
else
{
status
=
ENOSYS
;
status
=
MU_ERR_BAD_AUTH_SCHEME
;
}
}
if
(
pauth
)
...
...
Please
register
or
sign in
to post a comment