mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
parent
9d40e340ea
commit
9bc22394d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue