From: wessels <> Date: Fri, 25 Oct 1996 05:36:51 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~5591 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c62dc1bc70bab5eeb9f2389ffbb08b0fc7cadc3;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/ftp.cc b/src/ftp.cc index 42b4c1a30e..02cdfc4234 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -1,6 +1,6 @@ /* - * $Id: ftp.cc,v 1.68 1996/10/24 23:31:13 wessels Exp $ + * $Id: ftp.cc,v 1.69 1996/10/24 23:36:51 wessels Exp $ * * DEBUG: section 9 File Transfer Protocol (FTP) * AUTHOR: Harvest Derived @@ -171,7 +171,7 @@ ftp_login_parser(char *login, FtpStateData * data) *s = 0; strcpy(password, s + 1); } else { - strcpy(password, null_string + strcpy(password, null_string); } if (!*user && !*password) {