=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- src/usr.bin/ftp/fetch.c 2007/11/26 12:39:00 1.75 +++ src/usr.bin/ftp/fetch.c 2008/06/15 03:11:28 1.76 @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.75 2007/11/26 12:39:00 martynas Exp $ */ +/* $OpenBSD: fetch.c,v 1.76 2008/06/15 03:11:28 martynas Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- @@ -38,7 +38,7 @@ */ #if !defined(lint) && !defined(SMALL) -static const char rcsid[] = "$OpenBSD: fetch.c,v 1.75 2007/11/26 12:39:00 martynas Exp $"; +static const char rcsid[] = "$OpenBSD: fetch.c,v 1.76 2008/06/15 03:11:28 martynas Exp $"; #endif /* not lint and not SMALL */ /* @@ -984,7 +984,8 @@ if (debug) fprintf(ttyout, "user %s:%s host %s port %s dir %s file %s\n", - username, pass, host, portnum, dir, file); + username, pass ? "XXXX" : NULL, host, portnum, + dir, file); /* * Set up the connection.