mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 21:43:08 +00:00
Removed Synology-specific home path, changes made elsewhere in SPK
This commit is contained in:
parent
1b2d9e202e
commit
a0f47b12b4
@ -399,10 +399,6 @@ std::string OSUtils::platformDefaultHomePath()
|
||||
return homeDir;
|
||||
#endif
|
||||
|
||||
#ifdef __SYNOLOGY__
|
||||
return std::string("/var/packages/zerotier/target/var");
|
||||
#endif
|
||||
|
||||
// Check for user-defined environment variable before using defaults
|
||||
#ifdef __WINDOWS__
|
||||
DWORD bufferSize = 65535;
|
||||
|
Loading…
Reference in New Issue
Block a user