Skip to content

Commit

Permalink
Comms: Link dynamic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Dec 17, 2024
1 parent 112b708 commit dc1f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Comms/LinkManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void LinkManager::saveLinkConfigurationList()
continue;
}

if (!linkConfig->isDynamic()) {
if (linkConfig->isDynamic()) {
continue;
}

Expand Down

0 comments on commit dc1f442

Please sign in to comment.