dont capture flow_addr, results in compiler error on sid

This commit is contained in:
Jeff 2022-02-06 13:27:19 -05:00
parent 838183e36e
commit 810e3cc9c2
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ namespace
}
lokinet_udp_flowinfo flow_addr{};
// set flow remote address
std::string addrstr = var::visit([&flow_addr](auto&& from) { return from.ToString(); }, from);
std::string addrstr = var::visit([](auto&& from) { return from.ToString(); }, from);
std::copy_n(
addrstr.data(),