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
37e7e4df
...
37e7e4df6fdf63729c15fb5f7ee940d587fce73f
authored
2003-09-21 15:40:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_pop_user): Do not close the stream on authentication failures
1 parent
cbb803c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/pop/mbox.c
mailbox/pop/mbox.c
View file @
37e7e4d
...
...
@@ -541,7 +541,7 @@ _pop_user (authority_t auth)
mailbox_get_observable
(
mbox
,
&
observable
);
CLEAR_STATE
(
mpd
);
observable_notify
(
observable
,
MU_EVT_AUTHORITY_FAILED
);
CHECK_ERROR_CLOSE
(
mbox
,
mpd
,
EACCES
)
;
return
MU_ERR_AUTH_FAILURE
;
}
mpd
->
state
=
POP_AUTH_DONE
;
break
;
/* We're outta here. */
...
...
Please
register
or
sign in
to post a comment