mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
parent
07367e717a
commit
c54ee668df
@ -223,7 +223,7 @@ static bool pathmatch(const char *cookie_path, const char *request_uri)
|
||||
goto pathmatched;
|
||||
}
|
||||
|
||||
/* here, cookie_path_len < url_path_len */
|
||||
/* here, cookie_path_len < uri_path_len */
|
||||
if(uri_path[cookie_path_len] == '/') {
|
||||
ret = TRUE;
|
||||
goto pathmatched;
|
||||
|
Loading…
Reference in New Issue
Block a user