[svn] Just clarified a comment in the fix I just committed.

This commit is contained in:
dan 2001-01-09 20:32:29 -08:00
parent 1993e140f2
commit 48cf02169d

View File

@ -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);