From d05d8edd428efeff6c08dbd2423572de8e89ce06 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 30 Jun 2007 15:13:18 +0100 Subject: Implement the "overwrite TFTP filename" Microsoft RIS bug workaround. --- src/interface/pxe/pxe_tftp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interface/pxe/pxe_tftp.c') 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 ); -- cgit v1.2.3-55-g7522