From b8e70d866a16ef26d782e4a0b074a124c2cb4212 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 12 Nov 2019 09:46:39 -0800 Subject: [PATCH] Compile fix for unterminated conditional directive --- service/OneService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/OneService.cpp b/service/OneService.cpp index d2e4957ec..97ba1a362 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -722,7 +722,7 @@ public: } } } - +#endif // Delete legacy iddb.d if present (cleanup) OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());