Skip to content

Commit fd06bd5

Browse files
firedancer: fixing replay_notif link indexing
1 parent be71a89 commit fd06bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/replay/fd_replay_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ unprivileged_init( fd_topo_t * topo,
32083208

32093209
ulong replay_notif_idx = fd_topo_find_tile_out_link( topo, tile, "replay_notif", 0 );
32103210
if( FD_UNLIKELY( replay_notif_idx!=ULONG_MAX ) ) {
3211-
fd_topo_link_t * notif_out = &topo->links[ replay_notif_idx ];
3211+
fd_topo_link_t * notif_out = &topo->links[ tile->out_link_id[ replay_notif_idx ] ];
32123212
FD_TEST( notif_out );
32133213
ctx->notif_out_mcache = notif_out->mcache;
32143214
ctx->notif_out_sync = fd_mcache_seq_laddr( ctx->notif_out_mcache );

0 commit comments

Comments
 (0)