aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2021-01-06 11:47:09 -0500
committerLee Clagett <code@leeclagett.com>2020-12-23 23:53:27 +0000
commitba3c627c57e3aebd56c35b45ec8bd310995fa467 (patch)
treeed1972e6578cf5ab1a91534222b14da3b5fd3bd6 /src/p2p/net_node.inl
parentMerge pull request #7282 (diff)
downloadmonero-ba3c627c57e3aebd56c35b45ec8bd310995fa467.tar.xz
Command max_bytes moved from dynamic map to static switch
Diffstat (limited to '')
-rw-r--r--src/p2p/net_node.inl1
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>