mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
x = y::pointer() -> x.reset()
This commit is contained in:
@@ -41,7 +41,7 @@ void Peer::handle_write(const boost::system::error_code& error, size_t bytes_tra
|
||||
// std::cerr << "Peer::handle_write bytes: "<< bytes_transferred << std::endl;
|
||||
#endif
|
||||
|
||||
mSendingPacket = PackedMessage::pointer();
|
||||
mSendingPacket.reset();
|
||||
|
||||
if (mDetaching)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user