Skip to content
Snippets Groups Projects
Commit e26ad0c2 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-596: Add missing ;.

parent 4dbddc48
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ GCFEvent::TResult MACScheduler::initial_state(GCFEvent& event, GCFPortInterface& ...@@ -288,7 +288,7 @@ GCFEvent::TResult MACScheduler::initial_state(GCFEvent& event, GCFPortInterface&
<< ex.what()); << ex.what());
throw(ex); throw(ex);
} }
std::string hostname std::string hostname;
try try
{ {
hostname = pParamSet->getString("OTDBhostname"); hostname = pParamSet->getString("OTDBhostname");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment