mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
parent
9d40e340ea
commit
9bc22394d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252375
@ -376,7 +376,7 @@ fetchParseURL(const char *URL)
|
||||
|
||||
/* password */
|
||||
if (*q == ':')
|
||||
q = fetch_pctdecode(u->pwd, ++q, URL_PWDLEN);
|
||||
q = fetch_pctdecode(u->pwd, q + 1, URL_PWDLEN);
|
||||
|
||||
p++;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user