Pass opts by value since we're crossing threads

pull/1314/head
Stephen Shelton 4 years ago
parent daecd6eda5
commit eb2260179f
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -87,7 +87,7 @@ handle_signal_win32(DWORD fdwCtrlType)
/// this sets up, configures and runs the main context /// this sets up, configures and runs the main context
static void 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 try
{ {

Loading…
Cancel
Save