diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-08-01 12:20:59 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-08-01 12:20:59 +0000 |
| commit | 7ea1329d05dc0950ac63e22a89bed6f141039fec (patch) | |
| tree | c71291d76ffb92202403b1ee5e9c295c0ecf34c2 | |
| parent | 80e456af0070aafcac50fdbf1f6ae95b90602acd (diff) | |
Notes
| -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 879905282e01..791cd85defe0 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, |
