Skip to content

Commit

Permalink
Merge pull request OpenDDS#4643 from jrw972/environment-listener
Browse files Browse the repository at this point in the history
Environment variables are not processed immediately
  • Loading branch information
jrw972 authored May 20, 2024
2 parents 5f0ec6d + 0d82400 commit cd43035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dds/DCPS/Service_Participant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ void Service_Participant::parse_env(const String& p)
const String key = q.substr(0, pos);
const String value = q.substr(pos + 1);
config_store_->set(key.c_str(), value);
config_reader_listener_->on_data_available(config_reader_);
}
}
}
Expand Down

0 comments on commit cd43035

Please sign in to comment.