Sync with sys/i386/boot/netboot/main.c revision 1.23.

This commit is contained in:
kato 1998-08-01 12:20:59 +00:00
parent 16b8da0648
commit cb76cb8073

View File

@ -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,