aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-07-31 09:03:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-07-31 09:03:15 +0000
commit948cb33b787b76bf75b20d02e94efd02509ae146 (patch)
treedfe081f024591fac48d77b0ac38c0aa1d2e5045f
parentb3816f9e6066268f02f4c1e869fa2335147afbf0 (diff)
Notes
-rw-r--r--sys/i386/boot/netboot/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/boot/netboot/main.c b/sys/i386/boot/netboot/main.c
index 086d71c7a5b2..4ee5b9f12209 100644
--- a/sys/i386/boot/netboot/main.c
+++ b/sys/i386/boot/netboot/main.c
@@ -466,6 +466,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,