Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoliwei committed Jun 11, 2020
1 parent e689b45 commit 9885709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dsn/cpp/rpc_holder.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class rpc_holder
{
auto_reply = false;
if (dsn_unlikely(_forward_mail_box != nullptr)) {
_forward_mail_box->emplace_back(this);
_forward_mail_box->emplace_back(*this);
return;
}

Expand Down

0 comments on commit 9885709

Please sign in to comment.