diff options
author | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
commit | 8fef32e45c80aec41f25be9d1d8fb75adc883c64 (patch) | |
tree | 4bf9e47a9af9b13fc89b63831e883db264c4fdef /src/p2p/net_node.inl | |
parent | Merge pull request #7287 (diff) | |
parent | Command max_bytes moved from dynamic map to static switch (diff) | |
download | monero-8fef32e45c80aec41f25be9d1d8fb75adc883c64.tar.xz |
Merge pull request #7292v0.17.1.9
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
Diffstat (limited to 'src/p2p/net_node.inl')
-rw-r--r-- | src/p2p/net_node.inl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 20f3e19bf..2387e3bff 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2639,7 +2639,6 @@ namespace nodetool void node_server<t_payload_net_handler>::on_connection_new(p2p_connection_context& context) { MINFO("["<< epee::net_utils::print_connection_context(context) << "] NEW CONNECTION"); - m_payload_handler.on_connection_new(context); } //----------------------------------------------------------------------------------- template<class t_payload_net_handler> |