Archived
1
0
This commit is contained in:
Jeff Becker 2017-11-06 18:16:27 -05:00
parent cda181e820
commit c06b503efd
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -916,6 +916,8 @@ func (self *httpFrontend) handle_postRequest(pr *postRequest, b bannedFunc, e er
// clean up
self.daemon.expire.ExpirePost(nntp.MessageID())
e(err)
} else {
s(nntp)
}
}