Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6441f950 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "init: fix StopSendingMessages()" am: cf14ea2c

Change-Id: I6618980ab5bec308a488a76bde6de7e297464014
parents 6f2516b2 cf14ea2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {