From a5c8fe78acd4c81e32a7d923ad7cf55f1be342da Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 5 Jan 2022 20:32:56 +0100 Subject: [PATCH] disabled IPC for connectivity tool --- src/connectivity_tool/conn_tool.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/connectivity_tool/conn_tool.cpp b/src/connectivity_tool/conn_tool.cpp index b053011e..4b8c1fab 100644 --- a/src/connectivity_tool/conn_tool.cpp +++ b/src/connectivity_tool/conn_tool.cpp @@ -12,7 +12,7 @@ using namespace epee; #include -#include +//#include #include "p2p/p2p_protocol_defs.h" #include "common/command_line.h" #include "currency_core/currency_core.h" @@ -1167,7 +1167,7 @@ bool process_archive(archive_processor_t& arch_processor, bool is_packing, std:: return true; } - +/* bool handle_send_ipc(const std::string& parms) { try{ @@ -1193,6 +1193,7 @@ bool handle_send_ipc(const std::string& parms) } return false; } +*/ bool handle_pack_file(po::variables_map& vm) {