mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-12 20:28:27 +00:00
A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
This commit is contained in:
@ -155,6 +155,9 @@ std::string Identity::toString(bool includePrivate) const
|
||||
|
||||
bool Identity::fromString(const char *str)
|
||||
{
|
||||
if (!str)
|
||||
return false;
|
||||
|
||||
char *saveptr = (char *)0;
|
||||
char tmp[4096];
|
||||
if (!Utils::scopy(tmp,sizeof(tmp),str))
|
||||
|
Reference in New Issue
Block a user