summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_tftp.c
diff options
context:
space:
mode:
authorMichael Brown2007-06-30 16:13:18 +0200
committerMichael Brown2007-06-30 16:13:18 +0200
commitd05d8edd428efeff6c08dbd2423572de8e89ce06 (patch)
treed04722c8b65adf776009f450cdd41dff05f6493e /src/interface/pxe/pxe_tftp.c
parentSeparate out pxe_start_nbp() from pxe_image.c into pxe_call.c (diff)
downloadipxe-d05d8edd428efeff6c08dbd2423572de8e89ce06.tar.gz
ipxe-d05d8edd428efeff6c08dbd2423572de8e89ce06.tar.xz
ipxe-d05d8edd428efeff6c08dbd2423572de8e89ce06.zip
Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.
Diffstat (limited to 'src/interface/pxe/pxe_tftp.c')
-rw-r--r--src/interface/pxe/pxe_tftp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interface/pxe/pxe_tftp.c b/src/interface/pxe/pxe_tftp.c
index 56529b155..44fb820e5 100644
--- a/src/interface/pxe/pxe_tftp.c
+++ b/src/interface/pxe/pxe_tftp.c
@@ -65,9 +65,6 @@ static void pxe_tftp_build_uri ( char *uri_string,
int blksize ) {
struct in_addr address;
- /* This is a fix to make Microsoft Remote Install Services work (RIS) */
-#warning "Overwrite DHCP filename"
-
address.s_addr = ipaddress;
if ( ! port )
port = htons ( TFTP_PORT );