summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/fs/pxe/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/pxe/ftp.c b/core/fs/pxe/ftp.c
index 097536d1..50c92577 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) {