mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 14:18:24 +00:00
Oops we needed _r in there...
This commit is contained in:
@ -62,7 +62,8 @@
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
SysEnv::SysEnv(const RuntimeEnvironment *renv)
|
||||
SysEnv::SysEnv(const RuntimeEnvironment *renv) :
|
||||
_r(renv)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user