email: Post optimisation of endofresp() tidy up
Removed unnecessary end of line check and return.
This commit is contained in:
@@ -293,9 +293,6 @@ static bool pop3_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||
(*line == ' ' || *line == '\t' ||
|
||||
*line == '\r' || *line == '\n')) {
|
||||
|
||||
if(*line == '\n')
|
||||
return FALSE;
|
||||
|
||||
line++;
|
||||
len--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user