Pass opts by value since we're crossing threads

This commit is contained in:
Stephen Shelton 2020-07-01 08:04:29 -06:00
parent daecd6eda5
commit eb2260179f
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ handle_signal_win32(DWORD fdwCtrlType)
/// this sets up, configures and runs the main context
static void
run_main_context(const fs::path confFile, const llarp::RuntimeOptions& opts)
run_main_context(const fs::path confFile, const llarp::RuntimeOptions opts)
{
try
{