Bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -49,7 +49,7 @@ mu_pop3_send (mu_pop3_t pop3) | ... | @@ -49,7 +49,7 @@ mu_pop3_send (mu_pop3_t pop3) |
49 | if (pop3->timeout) | 49 | if (pop3->timeout) |
50 | { | 50 | { |
51 | int ready = mu_pop3_carrier_is_ready (pop3->carrier, | 51 | int ready = mu_pop3_carrier_is_ready (pop3->carrier, |
52 | MU_STREAM_READY_RD, | 52 | MU_STREAM_READY_WR, |
53 | pop3->timeout); | 53 | pop3->timeout); |
54 | if (ready == 0) | 54 | if (ready == 0) |
55 | return ETIMEDOUT; | 55 | return ETIMEDOUT; | ... | ... |
-
Please register or sign in to post a comment