summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-05-18 10:08:07 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2018-05-18 10:22:32 +0200
commit5e8c12eecefb18cd335e24d46a38f66210e6b8e9 (patch)
tree84c5567962081ca610a1a4f846051dcaaf135250
parent227e179560203346dbae822af4d22305ff22b0d7 (diff)
downloadNetworkManager-5e8c12eecefb18cd335e24d46a38f66210e6b8e9.tar.gz
active-connection: fix harmless typo
-rw-r--r--src/nm-active-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-active-connection.c b/src/nm-active-connection.c
index ae8e9e7ed2..7cfb0fe78a 100644
--- a/src/nm-active-connection.c
+++ b/src/nm-active-connection.c
@@ -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,