Merge "init: fix StopSendingMessages()"
This commit is contained in:
commit
cf14ea2c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue