From b5e9d3f6f413de4e28caf4c32024a2a1f7ab1d2f Mon Sep 17 00:00:00 2001
From: Adam Ierymenko <adam.ierymenko@gmail.com>
Date: Tue, 12 Jul 2016 11:41:19 -0700
Subject: [PATCH] Rename file to be intuitive.

---
 service/OneService.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/OneService.cpp b/service/OneService.cpp
index bbd15965d..71bf8e68d 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) {