]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Fri, 25 Oct 1996 05:36:51 +0000 (05:36 +0000)
committerwessels <>
Fri, 25 Oct 1996 05:36:51 +0000 (05:36 +0000)
src/ftp.cc

index 42b4c1a30e909b5d8999d8d6445e561aadb276aa..02cdfc42349072bf2ff8dd2fb70210d496fbe5db 100644 (file)
@@ -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) {