diff netinstall/nio-ftp.cc @ 456:e7ef97881643 r21-2-43

Import from CVS: tag r21-2-43
author cvs
date Mon, 13 Aug 2007 11:41:24 +0200
parents 3078fd1074e8
children 42a8626b741e
line wrap: on
line diff
--- a/netinstall/nio-ftp.cc	Mon Aug 13 11:40:56 2007 +0200
+++ b/netinstall/nio-ftp.cc	Mon Aug 13 11:41:24 2007 +0200
@@ -73,7 +73,7 @@
       code = ftp_line (c);
       if (code == 331)
 	{
-	  c->printf ("PASS cygwin-setup@\r\n");
+	  c->printf ("PASS xenacs-setup@\r\n");
 	  code = ftp_line (c);
 	}