mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Removed Synology-specific home path, changes made elsewhere in SPK
This commit is contained in:
parent
1b2d9e202e
commit
a0f47b12b4
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue