client: correct timeout error code

This commit is contained in:
Thomas Schoebel-Theuer 2017-01-18 09:18:10 +01:00
parent f62a090575
commit d726df70f3
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ void _do_timeout(struct client_output *output, struct list_head *anchor, bool fo
atomic_inc(&output->timeout_count);
SIMPLE_CALLBACK(mref, -ENOTCONN);
SIMPLE_CALLBACK(mref, -ETIME);
client_ref_put(output, mref);