mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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)
|
||||
/* 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
|
||||
characters in the password, either, as we did when we replaced the
|
||||
password characters with 'x's. */
|
||||
characters in the password, either, as we did in past versions of
|
||||
this code, when we replaced the password characters with 'x's. */
|
||||
passwd = "<password>";
|
||||
else
|
||||
passwd = CLEANDUP (u->passwd);
|
||||
|
Loading…
Reference in New Issue
Block a user