Don't ignore errors from remote requests.

MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2010-12-16 07:29:58 +00:00
parent 347bde360a
commit 7208920499
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216478

View File

@ -1445,7 +1445,7 @@ remote_recv_thread(void *arg)
error = nv_get_int16(nv, "error");
if (error != 0) {
/* Request failed on remote side. */
hio->hio_errors[ncomp] = 0;
hio->hio_errors[ncomp] = error;
nv_free(nv);
goto done_queue;
}