From 3560c7519efefc126a5a5e24de079ed91b5745c2 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 26 Apr 2011 15:27:08 -0700 Subject: [PATCH] pxe, http: Use Syslinux/ as the User-agent: Use Syslinux as the User-agent name. Signed-off-by: H. Peter Anvin --- core/fs/pxe/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fs/pxe/http.c b/core/fs/pxe/http.c index c7613bb..75b3d3f 100644 --- a/core/fs/pxe/http.c +++ b/core/fs/pxe/http.c @@ -202,7 +202,7 @@ void http_open(struct url_info *url, struct inode *inode, const char **redir) header_len - header_bytes, " HTTP/1.0\r\n" "Host: %s\r\n" - "User-Agent: PXELINUX/" VERSION_STR "\r\n" + "User-Agent: Syslinux/" VERSION_STR "\r\n" "Connection: close\r\n" "%s" "\r\n", -- 2.7.4