Skip to content

Commit

Permalink
Update dds/DCPS/transport/framework/TransportRegistry.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Hornsey <[email protected]>
  • Loading branch information
jrw972 and iguessthislldo authored Feb 16, 2024
1 parent 12938e0 commit 0b8d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds/DCPS/transport/framework/TransportRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ bool TransportRegistry::process_config(const String& config_id)
"The inst (%C) in [config/%C] section is undefined.\n",
pos->c_str(), config->name().c_str()));
}
return -1;
return false;
}
config->instances_.push_back(inst);
}
Expand Down

0 comments on commit 0b8d2a7

Please sign in to comment.