mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 12:28:06 +02:00
testme
This commit is contained in:
parent
e1969e40ae
commit
58e7337182
1 changed files with 5 additions and 0 deletions
|
|
@ -4616,11 +4616,16 @@ ensure_master_active_connection(NMManager *self,
|
|||
NULL))
|
||||
continue;
|
||||
|
||||
#if 0
|
||||
if (!nm_device_is_software(candidate)) {
|
||||
master_state = nm_device_get_state(candidate);
|
||||
if (nm_device_is_real(candidate) && master_state != NM_DEVICE_STATE_DISCONNECTED)
|
||||
continue;
|
||||
}
|
||||
#else
|
||||
if (nm_device_is_real(candidate) && nm_device_get_state(candidate) != NM_DEVICE_STATE_DISCONNECTED)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
master_ac = nm_manager_activate_connection(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue