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

Commit e62b79aa authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

init: fix StopSendingMessages() am: 43374ce9

Change-Id: I1f1b3e758992392cef67a3f6558f68aa1b3bd5b0
parents 95cc4d9c 43374ce9
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) {