mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
pop3: remove trailing whitespace
This commit is contained in:
parent
c6495bccbf
commit
dc454bd16b
@ -214,7 +214,7 @@ static int pop3_endofresp(struct pingpong *pp, int *resp)
|
||||
char *line = pp->linestart_resp;
|
||||
size_t len = pp->nread_resp;
|
||||
|
||||
if((len < 3 || memcmp("+OK", line, 3)) &&
|
||||
if((len < 3 || memcmp("+OK", line, 3)) &&
|
||||
(len < 4 || memcmp("-ERR", line, 4)))
|
||||
return FALSE; /* Nothing for us */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user