client: fix error propagation

This commit is contained in:
Thomas Schoebel-Theuer 2013-11-30 22:34:40 +01:00
parent 2d68b755c2
commit b0867dbc05

View File

@ -334,7 +334,7 @@ int receiver_thread(void *data)
goto done;
}
SIMPLE_CALLBACK(mref, 0);
SIMPLE_CALLBACK(mref, mref->_object_cb.cb_error);
client_ref_put(output, mref);