mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
fixed bug introduced in simplifying patch in previous commit (backward compatibility)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e2af0cb38b
commit
48e47fabd3
@ -933,6 +933,13 @@ bool SSGxsIdPgp::load(const std::string &input)
|
|||||||
idKnown = false;
|
idKnown = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else if (1 == sscanf(input.c_str(), "K:0 T:%d", ×tamp))
|
||||||
|
{
|
||||||
|
lastCheckTs = timestamp;
|
||||||
|
checkAttempts = 0;
|
||||||
|
idKnown = false;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
lastCheckTs = 0;
|
lastCheckTs = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user