Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.

This commit is contained in:
Michael Brown
2007-06-30 15:13:18 +01:00
parent 8130443f9f
commit d05d8edd42
2 changed files with 23 additions and 3 deletions

View File

@@ -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 );