mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
libnm-core: remove trailing quote from message in nm-setting-macvlan.c
Reported-by: Anders Jonsson <anders.jonsson@norsjovallen.se>
This commit is contained in:
parent
299ef26c39
commit
b717c5503b
1 changed files with 1 additions and 2 deletions
|
|
@ -189,12 +189,11 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|
|||
g_set_error_literal (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
_("non promiscuous operation is allowed only in passthru mode'"));
|
||||
_("non promiscuous operation is allowed only in passthru mode"));
|
||||
g_prefix_error (error, "%s.%s: ",
|
||||
NM_SETTING_MACVLAN_SETTING_NAME,
|
||||
NM_SETTING_MACVLAN_PROMISCUOUS);
|
||||
return FALSE;
|
||||
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue