HomeClusterLabs Projects

Fix: systemd: Directly return an error if the connection to System DBus is…

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

Description

Fix: systemd: Directly return an error if the connection to System DBus is closed

According to the documentation of dbus_connection_send_with_reply(), if
the connection is disconnected or you try to send Unix file descriptors
on a connection that does not support them, the DBusPendingCall will be
set to NULL. In this case, we can directly return an error instead of
waiting for timeout.

Details

Provenance
gao-yanAuthored on Oct 29 2015, 9:48 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.