Skip to content

core: fix check on master active-connection failure

Beniamino Galvani requested to merge bg/autoconnect-slaves-pt2-rh1845018 into master

The previous check was never satisfied, as the device is assigned to the active-connection and realized early. Instead, check the master_ready flag, which tells if the master is ready and, therefore, if the slave has already been added to the master.

https://bugzilla.redhat.com/show_bug.cgi?id=1845018

Merge request reports