client: take better care to return failure from fio_handle_clients()
authorJens Axboe <axboe@fb.com>
Wed, 14 Jan 2015 04:47:43 +0000 (21:47 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 14 Jan 2015 04:47:43 +0000 (21:47 -0700)
commitf9a33cc03d70ff34b740629cbde4cef22a120338
tree562be184affaa39246b0a0a95527b9636cdb65cd
parent23bd40f944b7b5adb776d92cf614107be2a56445
client: take better care to return failure from fio_handle_clients()

If any error has been noted in the ->error field, we need to pass
back a non-zero return from fio_handle_clients().

Signed-off-by: Jens Axboe <axboe@fb.com>
client.c