pop3.c: Fixed length of SASL check
This commit is contained in:
@@ -240,7 +240,7 @@ static int pop3_endofresp(struct pingpong *pp, int *resp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* We are only interested in the SASL line */
|
/* We are only interested in the SASL line */
|
||||||
if(len < 4 || memcmp(line, "SASL", 3)) {
|
if(len < 4 || memcmp(line, "SASL", 4)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user