mirror of
https://github.com/mirror/wget.git
synced 2025-01-17 15:50:58 +08:00
[svn] Just clarified a comment in the fix I just committed.
This commit is contained in:
parent
1993e140f2
commit
48cf02169d
@ -691,8 +691,8 @@ str_url (const struct urlinfo *u, int hide)
|
|||||||
if (hide)
|
if (hide)
|
||||||
/* Don't output the password, or someone might see it over the user's
|
/* Don't output the password, or someone might see it over the user's
|
||||||
shoulder (or in saved wget output). Don't give away the number of
|
shoulder (or in saved wget output). Don't give away the number of
|
||||||
characters in the password, either, as we did when we replaced the
|
characters in the password, either, as we did in past versions of
|
||||||
password characters with 'x's. */
|
this code, when we replaced the password characters with 'x's. */
|
||||||
passwd = "<password>";
|
passwd = "<password>";
|
||||||
else
|
else
|
||||||
passwd = CLEANDUP (u->passwd);
|
passwd = CLEANDUP (u->passwd);
|
||||||
|
Loading…
Reference in New Issue
Block a user