mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
compile on windows
This commit is contained in:
@@ -799,7 +799,7 @@ void Peer::recvGetPeers(newcoin::TMGetPeers& packet)
|
||||
{
|
||||
newcoin::TMPeers peers;
|
||||
|
||||
for (int n=0; n<addrs.size(); n++)
|
||||
for (unsigned int n=0; n<addrs.size(); n++)
|
||||
{
|
||||
std::string strIP;
|
||||
int iPort;
|
||||
|
||||
Reference in New Issue
Block a user