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

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

init: fix StopSendingMessages() am: 43374ce9 am: e62b79aa

Change-Id: Ib70dbfe26738143d6f1f5e56e1026ef4e6599013
parents 0c86554f e62b79aa
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) {