summary refs log tree commit diff
path: root/src/libnm-core-intern/nm-core-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-core-intern/nm-core-internal.h')
-rw-r--r--src/libnm-core-intern/nm-core-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-core-intern/nm-core-internal.h b/src/libnm-core-intern/nm-core-internal.h
index fc157c58..4677fb16 100644
--- a/src/libnm-core-intern/nm-core-internal.h
+++ b/src/libnm-core-intern/nm-core-internal.h
@@ -581,7 +581,7 @@ GHashTable *_nm_tc_action_get_attributes(NMTCAction *action);
 /*****************************************************************************/
 
 static inline gboolean
-_nm_connection_type_is_master(const char *type)
+_nm_connection_type_is_controller(const char *type)
 {
     return (NM_IN_STRSET(type,
                          NM_SETTING_BOND_SETTING_NAME,