HomeClusterLabs Projects

Low: libcrmcommon: async connection callback must get negative error codes

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Low: libcrmcommon: async connection callback must get negative error codes

check_connect_finished() mistakenly set rc to errno in one case,
but a positive rc value is interpreted as a socket fd by the callback.
Use -errno instead.

Details

Provenance
kgaillotAuthored on Oct 25 2017, 5:39 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.