[syslinux:lwip] pxe, ftp: Change anonymous password to syslinux@

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Apr 26 16:00:02 PDT 2012


Commit-ID:  c135aeebe08d857548a3a56b6fc3a0125ec8972c
Gitweb:     http://www.syslinux.org/commit/c135aeebe08d857548a3a56b6fc3a0125ec8972c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 26 Apr 2012 15:57:51 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 26 Apr 2012 15:57:51 -0700

pxe, ftp: Change anonymous password to syslinux@

Change the anonymous password from "pxelinux@" to "syslinux@".

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 core/fs/pxe/ftp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/fs/pxe/ftp.c b/core/fs/pxe/ftp.c
index 097536d..50c9257 100644
--- a/core/fs/pxe/ftp.c
+++ b/core/fs/pxe/ftp.c
@@ -226,7 +226,7 @@ void ftp_open(struct url_info *url, int flags, struct inode *inode,
     if (!url->user)
 	url->user = "anonymous";
     if (!url->passwd)
-	url->passwd = "pxelinux@";
+	url->passwd = "syslinux@";
 
     resp = ftp_cmd_response(socket->ctl, "USER", url->user, NULL, NULL);
     if (resp != 202 && resp != 230) {


More information about the Syslinux-commits mailing list