A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
This commit is contained in:
parent
cea3f28155
commit
a8a92c5b89
9 changed files with 444 additions and 400 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue