diff options
Diffstat (limited to 'src/interface/pxe/pxe_tftp.c')
| -rw-r--r-- | src/interface/pxe/pxe_tftp.c | 3 |
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 ); |
