diff options
Diffstat (limited to 'node/Service.cpp')
| -rw-r--r-- | node/Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Service.cpp b/node/Service.cpp index d8e4bb2a..09d07b08 100644 --- a/node/Service.cpp +++ b/node/Service.cpp @@ -52,7 +52,7 @@ namespace ZeroTier { Service::Service(const RuntimeEnvironment *renv,const char *name,const char *path,void (*handler)(void *,Service &,const Dictionary &),void *arg) : - _r(renv), + RR(renv), _path(path), _name(name), _arg(arg), |
