This commit is contained in:
Jeff Becker 2021-09-20 17:57:55 -04:00 committed by Jeff
parent 2428cc189e
commit c5b5ff7810
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ extern "C"
{
if (not ctx->config->bootstrap.routers.BDecode(&buf))
return -1;
for (const auto& rc : ctx->config.bootstrap.routers)
for (const auto& rc : ctx->config->bootstrap.routers)
{
if (not rc.Verify(llarp::time_now_ms()))
return -2;