Archived
1
0
This commit is contained in:
Jeff Becker
2017-11-06 18:16:27 -05:00
parent cda181e820
commit c06b503efd

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)
}
}