Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-927: Leaking file descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelsavannah committed Dec 19, 2018
1 parent 08b560c commit 3bb9b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ node::send_message_str(const boost::asio::ip::tcp::endpoint& ep, std::shared_ptr
std::bind(&node::priv_protobuf_handler, self, std::placeholders::_1, std::placeholders::_2));

// send the message requested...
session->send_message(msg, false);
session->send_message(msg, true);
});
});
}
Expand Down

0 comments on commit 3bb9b32

Please sign in to comment.