Browse Source

Compile fix for unterminated conditional directive

pull/2/head
Joseph Henry 6 years ago
parent
commit
b8e70d866a
  1. 2
      service/OneService.cpp

2
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());

Loading…
Cancel
Save