Ignore edge case when finished
FossilOrigin-Name: 7e7966834e7615b2b85707aa183ec4afa99069e0bca36f00a92788a5d2ec5771
This commit is contained in:
parent
0d6328fa98
commit
5b904e0117
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ int parse_path(struct session* ssn,
|
|||
tmp = NULL;
|
||||
str_size = 0;
|
||||
}
|
||||
else if (state == PARSE_NEUTRAL) {
|
||||
else if (state == PARSE_NEUTRAL && fin != 1) {
|
||||
if (p[j] == p2[i])
|
||||
break;
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue