From b9913ffd42258f17818c911d0f249aa1877af438 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 18 Feb 2020 19:26:55 -0500 Subject: get it almost working --- test/test_p2p_tls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_p2p_tls.cpp') diff --git a/test/test_p2p_tls.cpp b/test/test_p2p_tls.cpp index 93cefac..10dacff 100644 --- a/test/test_p2p_tls.cpp +++ b/test/test_p2p_tls.cpp @@ -296,7 +296,7 @@ int main(int argc, char **argv) { return; } scanf("%64s", buff); - it->second->net->send_msg(MsgText(id, buff), it2->second->listen_addr); + it->second->net->send_msg(MsgText(id, buff), NetAddr(it2->second->listen_addr)); }; auto cmd_sleep = [](char *buff) { -- cgit v1.2.3