mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
Fix preprocessor typo in previous commit
This commit is contained in:
parent
54f9f2ad53
commit
32a78b5f61
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ std::string OSUtils::platformDefaultHomePath()
|
|||
#ifdef __UBIQUITI__
|
||||
// Only persistent location after firmware upgrades
|
||||
return std::string("/config/zerotier-one");
|
||||
#else
|
||||
#endif
|
||||
|
||||
// Check for user-defined environment variable before using defaults
|
||||
#ifdef __WINDOWS__
|
||||
|
|
Loading…
Add table
Reference in a new issue