Loading
module/uring: report actual error code from getaddrinfo()
getaddrinfo() does not use errno to report failures, instead does it with return value. This patch makes sure that proper error is reported. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I56569f991ae55d4b113f280394bb9ab375465a13 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17096 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>