always unset updatingIntroSet on response

pull/129/head
Jeff Becker 6 years ago
parent d3348e8721
commit 30a6a6bac6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1032,6 +1032,7 @@ namespace llarp
{
if(markedBad)
return true;
updatingIntroSet = false;
if(i)
{
if(currentIntroSet.T >= i->T)
@ -1055,7 +1056,6 @@ namespace llarp
else
SwapIntros();
}
updatingIntroSet = false;
return true;
}
@ -1294,6 +1294,7 @@ namespace llarp
}
else
{
llarp::LogInfo(Name(), " updating introset");
UpdateIntroSet(false);
}
return shiftedIntro;

Loading…
Cancel
Save