diff options
Diffstat (limited to 'lib/block_props.cpp')
-rw-r--r-- | lib/block_props.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_props.cpp b/lib/block_props.cpp index 8e68434..d799805 100644 --- a/lib/block_props.cpp +++ b/lib/block_props.cpp @@ -88,7 +88,7 @@ static PMCC prop_access_dispatcher(ActorType &actor, const std::string &key, con message.set = set; message.key = key; message.value = value; - actor->Push(message, receiver.GetAddress()); + actor->GetFramework().Send(message, receiver.GetAddress(), actor->GetAddress()); receiver.Wait(); if (not receiver.message.error.empty()) { |