mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-02-08 01:24:17 +08: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