Archived
1
0

Merge pull request #154 from cathugger/master

quick feeex
This commit is contained in:
Jeff 2018-01-24 10:42:26 -05:00 committed by GitHub
commit 17e72ce097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1324,7 +1324,7 @@ func (self *nntpConnection) scrapeGroup(daemon *NNTPDaemon, conn *textproto.Conn
// success // success
es, lo, hi, _ := interpretGroupResult(ret) es, lo, hi, _ := interpretGroupResult(ret)
for { for {
if lo < hi { if lo > hi {
// server indicated empty group // server indicated empty group
// or // or
// we finished pulling stuff // we finished pulling stuff