Skip to content

Commit

Permalink
fix code with rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijunfu committed May 28, 2018
1 parent d50651e commit f2377f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/plasma/store.cc
Expand Up @@ -655,7 +655,7 @@ void PlasmaStore::push_notification(ObjectInfoT* object_info, int client_fd) {
if (it != pending_notifications_.end()) {
auto notification = create_object_info_buffer(object_info);
it->second.object_notifications.emplace_back(std::move(notification));
send_notifications(it->first);
send_notifications(it);
}
}

Expand Down

0 comments on commit f2377f8

Please sign in to comment.