Compile fix for unterminated conditional directive

This commit is contained in:
Joseph Henry 2019-11-12 09:46:39 -08:00
parent e1e27eb19d
commit b8e70d866a

View File

@ -722,7 +722,7 @@ public:
}
}
}
#endif
// Delete legacy iddb.d if present (cleanup)
OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());