diff options
author | Determinant <[email protected]> | 2020-02-18 19:26:55 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2020-02-18 19:26:55 -0500 |
commit | b9913ffd42258f17818c911d0f249aa1877af438 (patch) | |
tree | 44bee2503ea0a70077eb311a9cfc474ddd5e401a /test/test_p2p_tls.cpp | |
parent | c18cf986facd3c37b85bf20087bdf04537b555f2 (diff) |
get it almost working
Diffstat (limited to 'test/test_p2p_tls.cpp')
-rw-r--r-- | test/test_p2p_tls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |