mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-02 15:30:55 +00:00
Rename file to be intuitive.
This commit is contained in:
parent
9785fde32a
commit
b5e9d3f6f4
@ -760,7 +760,7 @@ public:
|
|||||||
_portsBE[i] = Utils::hton((uint16_t)_ports[i]);
|
_portsBE[i] = Utils::hton((uint16_t)_ports[i]);
|
||||||
|
|
||||||
{
|
{
|
||||||
FILE *trustpaths = fopen((_homePath + ZT_PATH_SEPARATOR_S + "trustpaths").c_str(),"r");
|
FILE *trustpaths = fopen((_homePath + ZT_PATH_SEPARATOR_S + "trustedpaths").c_str(),"r");
|
||||||
uint64_t ids[ZT_MAX_TRUSTED_PATHS];
|
uint64_t ids[ZT_MAX_TRUSTED_PATHS];
|
||||||
InetAddress addresses[ZT_MAX_TRUSTED_PATHS];
|
InetAddress addresses[ZT_MAX_TRUSTED_PATHS];
|
||||||
if (trustpaths) {
|
if (trustpaths) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user