This commit is contained in:
Adam Ierymenko 2017-11-07 15:23:16 -08:00
parent cb550ab4fe
commit 9f85371073

View file

@ -31,13 +31,11 @@ DB::DB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *
_controller(nc), _controller(nc),
_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()
{ {