mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
Remove the only 4 non-UTF8 characters in codebase
Relevant commit in old PR:
1b798a7042
This commit is contained in:
parent
1f25aa27c5
commit
b49ed59166
1 changed files with 4 additions and 4 deletions
|
@ -43,9 +43,9 @@ namespace epee
|
||||||
ip = SWAP32LE(ip);
|
ip = SWAP32LE(ip);
|
||||||
/*
|
/*
|
||||||
local ip area
|
local ip area
|
||||||
10.0.0.0 <EFBFBD> 10.255.255.255
|
10.0.0.0 ... 10.255.255.255
|
||||||
172.16.0.0 <EFBFBD> 172.31.255.255
|
172.16.0.0 ... 172.31.255.255
|
||||||
192.168.0.0 <EFBFBD> 192.168.255.255
|
192.168.0.0 ... 192.168.255.255
|
||||||
*/
|
*/
|
||||||
if( (ip | 0xffffff00) == 0xffffff0a)
|
if( (ip | 0xffffff00) == 0xffffff0a)
|
||||||
return true;
|
return true;
|
||||||
|
@ -70,7 +70,7 @@ namespace epee
|
||||||
//MAKE_IP
|
//MAKE_IP
|
||||||
/*
|
/*
|
||||||
loopback ip
|
loopback ip
|
||||||
127.0.0.0 <EFBFBD> 127.255.255.255
|
127.0.0.0 ... 127.255.255.255
|
||||||
*/
|
*/
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue