mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
This commit is contained in:
commit
6e1823ac81
46 changed files with 106 additions and 3377 deletions
|
@ -43,6 +43,7 @@
|
|||
#include "../node/MulticastGroup.hpp"
|
||||
#include "../node/Mutex.hpp"
|
||||
#include "../node/Utils.hpp"
|
||||
#include "../osdep/OSUtils.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
@ -66,7 +67,7 @@ public:
|
|||
_enabled(true)
|
||||
{
|
||||
char tmp[32];
|
||||
Utils::snprintf(tmp,sizeof(tmp),"%.16llx",(unsigned long long)_nwid);
|
||||
OSUtils::ztsnprintf(tmp,sizeof(tmp),"%.16llx",(unsigned long long)_nwid);
|
||||
_dev.append(tmp);
|
||||
#ifdef ZT_TEST_TAP_REPORT_TO
|
||||
_reportTo.fromString(ZT_TEST_TAP_REPORT_TO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue