mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 05:38:15 +02:00
trivial: fix erroneous copy&paste value in libnm-glib
This commit is contained in:
parent
2131b57fbd
commit
eac3c36bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ verify (NMSetting *setting, GSList *all_settings, GError **error)
|
||||||
NM_SETTING_IP6_CONFIG_ERROR,
|
NM_SETTING_IP6_CONFIG_ERROR,
|
||||||
NM_SETTING_IP6_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD,
|
NM_SETTING_IP6_CONFIG_ERROR_NOT_ALLOWED_FOR_METHOD,
|
||||||
_("this property is not allowed for '%s=%s'"),
|
_("this property is not allowed for '%s=%s'"),
|
||||||
NM_SETTING_IP4_CONFIG_METHOD, priv->method);
|
NM_SETTING_IP6_CONFIG_METHOD, priv->method);
|
||||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP6_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_ADDRESSES);
|
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP6_CONFIG_SETTING_NAME, NM_SETTING_IP6_CONFIG_ADDRESSES);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue