mirror of
https://github.com/curl/curl.git
synced 2026-04-30 06:08:10 +03:00
parent
07367e717a
commit
c54ee668df
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue