Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local: add omitted return value read from close() in local_close()
Patch 4b0a7a2 ("local: handle error codes in local_close()") omitted one return value read for close(). Coverity caught that. This patch reads the return value for 'close(pdata->cancel_fd);' Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information