mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Compile fix for unterminated conditional directive
This commit is contained in:
parent
e1e27eb19d
commit
b8e70d866a
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
// Delete legacy iddb.d if present (cleanup)
|
// Delete legacy iddb.d if present (cleanup)
|
||||||
OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());
|
OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue