File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -507,15 +507,15 @@ int CAddrMan::Check_()
507
507
508
508
for (int n = 0 ; n < ADDRMAN_TRIED_BUCKET_COUNT; n++) {
509
509
for (int i = 0 ; i < ADDRMAN_BUCKET_SIZE; i++) {
510
- if (vvTried[n][i] != -1 ) {
511
- if (!setTried.count (vvTried[n][i]))
512
- return -11 ;
513
- if (mapInfo[vvTried[n][i]].GetTriedBucket (nKey, m_asmap) != n)
514
- return -17 ;
515
- if (mapInfo[vvTried[n][i]].GetBucketPosition (nKey, false , n) != i)
516
- return -18 ;
517
- setTried.erase (vvTried[n][i]);
518
- }
510
+ if (vvTried[n][i] != -1 ) {
511
+ if (!setTried.count (vvTried[n][i]))
512
+ return -11 ;
513
+ if (mapInfo[vvTried[n][i]].GetTriedBucket (nKey, m_asmap) != n)
514
+ return -17 ;
515
+ if (mapInfo[vvTried[n][i]].GetBucketPosition (nKey, false , n) != i)
516
+ return -18 ;
517
+ setTried.erase (vvTried[n][i]);
518
+ }
519
519
}
520
520
}
521
521
You can’t perform that action at this time.
0 commit comments