mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user