diff --git a/llarp/lokinet_shared.cpp b/llarp/lokinet_shared.cpp index 16e66f718..145af9f03 100644 --- a/llarp/lokinet_shared.cpp +++ b/llarp/lokinet_shared.cpp @@ -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;