resolved: make sure we initialize t->answer_errno before completing the transaction
We must have the error number around when completing the transaction. Let's hence make sure we always initialize it *first* (we accidentally did it once after). Fixes: #11626
Loading