Merge "init: fix StopSendingMessages()"

This commit is contained in:
Treehugger Robot 2020-03-27 22:36:51 +00:00 committed by Gerrit Code Review
commit cf14ea2c7f

View file

@ -125,7 +125,7 @@ void StartSendingMessages() {
void StopSendingMessages() {
auto lock = std::lock_guard{accept_messages_lock};
accept_messages = true;
accept_messages = false;
}
bool CanReadProperty(const std::string& source_context, const std::string& name) {