mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
cleanup
This commit is contained in:
parent
cb550ab4fe
commit
9f85371073
1 changed files with 3 additions and 5 deletions
|
@ -32,11 +32,9 @@ DB::DB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *
|
||||||
_myAddress(myAddress),
|
_myAddress(myAddress),
|
||||||
_path((path) ? path : "")
|
_path((path) ? path : "")
|
||||||
{
|
{
|
||||||
{
|
char tmp[32];
|
||||||
char tmp[32];
|
_myAddress.toString(tmp);
|
||||||
_myAddress.toString(tmp);
|
_myAddressStr = tmp;
|
||||||
_myAddressStr = tmp;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DB::~DB()
|
DB::~DB()
|
||||||
|
|
Loading…
Add table
Reference in a new issue