mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 21:15:58 +00:00
Rename to IPAddress and remove unused files
This commit is contained in:
@@ -44,8 +44,8 @@ public:
|
||||
results.list.reserve (m_strings.size());
|
||||
for (int i = 0; i < m_strings.size (); ++i)
|
||||
{
|
||||
IPEndpoint ep (
|
||||
IPEndpoint::from_string_altform (
|
||||
IPAddress ep (
|
||||
IPAddress::from_string_altform (
|
||||
m_strings [i]));
|
||||
if (! ep.empty())
|
||||
results.list.push_back (ep);
|
||||
|
||||
Reference in New Issue
Block a user