More cleanup.

This commit is contained in:
Adam Ierymenko 2015-04-01 19:15:21 -07:00
parent 1f28ce3980
commit 0214dbc277
2 changed files with 15 additions and 32 deletions

View file

@ -335,16 +335,6 @@ public:
void destroy();
private:
void _dumpMembershipCerts();
inline void _mkNetworkFriendlyName(char *buf,unsigned int len)
{
// assumes _lock is locked
if (_config)
Utils::snprintf(buf,len,"ZeroTier One [%s]",_config->name().c_str());
else Utils::snprintf(buf,len,"ZeroTier One [%.16llx]",(unsigned long long)_id);
}
const RuntimeEnvironment *RR;
uint64_t _id;
MAC _mac; // local MAC address