mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Rogue semicolon
This commit is contained in:
@@ -2349,7 +2349,7 @@ bool NetworkOPs::getFetchPack (uint256 const& hash, Blob& data)
|
||||
|
||||
bool NetworkOPs::shouldFetchPack (uint32 seq)
|
||||
{
|
||||
if (mFetchSeq == seq);
|
||||
if (mFetchSeq == seq)
|
||||
return false;
|
||||
mFetchSeq = seq;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user