Unverified Commit c54ee668 authored by Frank Gevaerts's avatar Frank Gevaerts Committed by Daniel Stenberg
Browse files

cookie: fix comment typo (url_path_len -> uri_path_len)

Closes #3469
parent 07367e71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;