mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Sync with sys/i386/boot/netboot/main.c revision 1.23.
This commit is contained in:
parent
80e456af00
commit
7ea1329d05
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38000
@ -481,6 +481,7 @@ tftp(name)
|
||||
return(0);
|
||||
} /* ACK PACKET */
|
||||
if (tr->opcode != ntohs(TFTP_DATA)) return(0);
|
||||
osocket = ntohs(tr->udp.src);
|
||||
tp.opcode = htons(TFTP_ACK);
|
||||
tp.u.ack.block = tr->u.data.block;
|
||||
udp_transmit(arptable[ARP_SERVER].ipaddr, isocket,
|
||||
|
Loading…
Reference in New Issue
Block a user