mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
Remove deprecated IPAddress
This commit is contained in:
@@ -44,8 +44,8 @@ public:
|
||||
results.addresses.reserve (m_strings.size());
|
||||
for (int i = 0; i < m_strings.size (); ++i)
|
||||
{
|
||||
IPAddress ep (
|
||||
IPAddress::from_string_altform (
|
||||
IP::Endpoint ep (
|
||||
IP::Endpoint::from_string_altform (
|
||||
m_strings [i]));
|
||||
if (! is_unspecified (ep))
|
||||
results.addresses.push_back (ep);
|
||||
|
||||
Reference in New Issue
Block a user