Don't ignore errors from remote requests.
MFC after: 3 days
This commit is contained in:
parent
347bde360a
commit
7208920499
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216478
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user