mirror of
https://github.com/schoebel/mars
synced 2024-12-18 04:34:48 +00:00
client: correct timeout error code
This commit is contained in:
parent
f62a090575
commit
d726df70f3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user