Skip to content

Commit 9eb6cdb

Browse files
committed
fix
1 parent adb1818 commit 9eb6cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/rpcserver/fd_rpcserv_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ privileged_init( fd_topo_t * topo,
174174
/* Blockstore setup */
175175
ulong store_obj_id = fd_pod_queryf_ulong( topo->props, ULONG_MAX, "store" );
176176
FD_TEST( store_obj_id!=ULONG_MAX );
177-
args->store = fd_store_join( ctx->store );
177+
args->store = fd_store_join( fd_topo_obj_laddr( topo, store_obj_id ) );
178178
FD_TEST( args->store!=NULL );
179179

180180
args->block_index_max = tile->rpcserv.block_index_max;

0 commit comments

Comments
 (0)