Archived
1
0

fix even more braindamage of mine

This commit is contained in:
cathugger 2018-01-24 15:57:13 +00:00
parent 8894cf6814
commit 9fba95b58d

View File

@ -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