mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove deprecated IPAddress
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
if (ec == boost::asio::error::operation_aborted)
|
||||
return;
|
||||
|
||||
std::vector <IPAddress> addresses;
|
||||
std::vector <IP::Endpoint> addresses;
|
||||
|
||||
// If we get an error message back, we don't return any
|
||||
// results that we may have gotten.
|
||||
|
||||
Reference in New Issue
Block a user