Преглед на файлове

Compile fix for unterminated conditional directive

Joseph Henry преди 5 години
родител
ревизия
b8e70d866a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      service/OneService.cpp

+ 1 - 1
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());