mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
clear unreachable flag upon succesive connect
This commit is contained in:
parent
e7157cf15e
commit
c620fc1232
4 changed files with 8 additions and 10 deletions
|
@ -424,12 +424,9 @@ namespace data
|
|||
if (r)
|
||||
{
|
||||
r->SetUnreachable (unreachable);
|
||||
if (unreachable)
|
||||
{
|
||||
auto profile = r->GetProfile ();
|
||||
if (profile)
|
||||
profile->Unreachable ();
|
||||
}
|
||||
auto profile = r->GetProfile ();
|
||||
if (profile)
|
||||
profile->Unreachable (unreachable);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue