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
06dfe4ce
...
06dfe4ce6d7656e435b7cab46b035b37d086db66
authored
2004-06-04 12:36:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
4f403bc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/pop/pop3_sendline.c
mailbox/pop/pop3_sendline.c
View file @
06dfe4c
...
...
@@ -49,7 +49,7 @@ mu_pop3_send (mu_pop3_t pop3)
if
(
pop3
->
timeout
)
{
int
ready
=
mu_pop3_carrier_is_ready
(
pop3
->
carrier
,
MU_STREAM_READY_
RD
,
MU_STREAM_READY_
WR
,
pop3
->
timeout
);
if
(
ready
==
0
)
return
ETIMEDOUT
;
...
...
Please
register
or
sign in
to post a comment