fix even more braindamage of mine
This commit is contained in:
parent
8894cf6814
commit
9fba95b58d
@ -1330,7 +1330,7 @@ func (self *nntpConnection) scrapeGroup(daemon *NNTPDaemon, conn *textproto.Conn
|
|||||||
// we finished pulling stuff
|
// we finished pulling stuff
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if lo-hi+1 <= maxXOVERRange {
|
if hi-lo+1 <= maxXOVERRange {
|
||||||
// not too much for us to pull
|
// not too much for us to pull
|
||||||
if es == 0 && lo == 0 && hi == 0 {
|
if es == 0 && lo == 0 && hi == 0 {
|
||||||
// empty group
|
// empty group
|
||||||
|
Reference in New Issue
Block a user