mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
The main thread returns a Result with any errors from it. Although the error from the join itself was being returned the real error from the thread was being ignored so ensure that it is forwarded. Signed-off-by: Rob Bradford <robert.bradford@intel.com>