mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 09:20:20 +01:00
active-connection: fix harmless typo
This commit is contained in:
parent
227e179560
commit
5e8c12eece
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ _set_applied_connection_take (NMActiveConnection *self,
|
|||
if (nm_setting_connection_get_master (s_con))
|
||||
flags_val |= NM_ACTIVATION_STATE_FLAG_IS_SLAVE;
|
||||
|
||||
if (+_nm_connection_type_is_master (nm_setting_connection_get_connection_type (s_con)))
|
||||
if (_nm_connection_type_is_master (nm_setting_connection_get_connection_type (s_con)))
|
||||
flags_val |= NM_ACTIVATION_STATE_FLAG_IS_MASTER;
|
||||
|
||||
nm_active_connection_set_state_flags_full (self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue