Skip to content

Commit

Permalink
Fix crash when setting config
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed May 15, 2023
1 parent 318ab26 commit 006e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DriftProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ DriftProcessor::onInspectorMessage(Suscan::InspectorMessage const &msg)
break;

case SUSCAN_ANALYZER_INSPECTOR_MSGKIND_SET_CONFIG:
setParamsFromConfig(m_cfgTemplate);
setParamsFromConfig(msg.getCConfig());
break;

default:
Expand Down

0 comments on commit 006e20b

Please sign in to comment.