mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-15 08:39:08 -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
1 changed files with 7 additions and 0 deletions
|
|
@ -933,6 +933,13 @@ bool SSGxsIdPgp::load(const std::string &input)
|
|||
idKnown = false;
|
||||
return true;
|
||||
}
|
||||
else if (1 == sscanf(input.c_str(), "K:0 T:%d", ×tamp))
|
||||
{
|
||||
lastCheckTs = timestamp;
|
||||
checkAttempts = 0;
|
||||
idKnown = false;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
lastCheckTs = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue