mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
Bug fixes: inverted sense bug, printf format bug.
This commit is contained in:
@ -140,6 +140,9 @@ public:
|
||||
Utils::unhex(s,data,6);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return MAC address in standard :-delimited hex format
|
||||
*/
|
||||
inline std::string toString() const
|
||||
{
|
||||
char tmp[32];
|
||||
|
Reference in New Issue
Block a user