diff options
-rw-r--r-- | sys/pc98/boot/netboot/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/boot/netboot/main.c b/sys/pc98/boot/netboot/main.c index 8799052..791cd85 100644 --- a/sys/pc98/boot/netboot/main.c +++ b/sys/pc98/boot/netboot/main.c @@ -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, |