mirror of
https://github.com/schoebel/mars
synced 2025-01-13 10:24:49 +00:00
client: fix error propagation
This commit is contained in:
parent
2d68b755c2
commit
b0867dbc05
@ -334,7 +334,7 @@ int receiver_thread(void *data)
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
SIMPLE_CALLBACK(mref, 0);
|
SIMPLE_CALLBACK(mref, mref->_object_cb.cb_error);
|
||||||
|
|
||||||
client_ref_put(output, mref);
|
client_ref_put(output, mref);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user