diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 11:41:19 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 11:41:19 -0700 |
commit | b5e9d3f6f413de4e28caf4c32024a2a1f7ab1d2f (patch) | |
tree | 32e2e8c7fd8551fede630adee12fce37388cfaf4 | |
parent | 9785fde32aae379c68a1bf3c7a651b064239254f (diff) | |
download | infinitytier-b5e9d3f6f413de4e28caf4c32024a2a1f7ab1d2f.tar.gz infinitytier-b5e9d3f6f413de4e28caf4c32024a2a1f7ab1d2f.zip |
Rename file to be intuitive.
-rw-r--r-- | service/OneService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp index bbd15965..71bf8e68 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -760,7 +760,7 @@ public: _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]; InetAddress addresses[ZT_MAX_TRUSTED_PATHS]; if (trustpaths) { |