Skip to content

Commit 6116d7b

Browse files
committed
fix_repair: fix cut and paste bug
1 parent f4006d0 commit 6116d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/repair/fd_repair_tile.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ send_packet( fd_repair_tile_ctx_t * ctx,
165165
hdr->udp->net_len = fd_ushort_bswap( (ushort)(payload_sz + sizeof(fd_udp_hdr_t)) );
166166
hdr->udp->check = fd_ip4_udp_check( hdr->ip4->saddr,
167167
hdr->ip4->daddr,
168-
(fd_udp_hdr_t const *)hdr->buf + 34,
168+
(fd_udp_hdr_t const *)(hdr->buf + 34),
169169
packet + sizeof(fd_net_hdrs_t) );
170170

171171
ulong tspub = fd_frag_meta_ts_comp( fd_tickcount() );

0 commit comments

Comments
 (0)