From: Beniamino Galvani Date: Tue, 29 Mar 2016 22:26:21 +0000 (+0200) Subject: libnm-core: remove trailing quote from message in nm-setting-macvlan.c X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=NetworkManager.git;a=commitdiff_plain;h=b717c5503b29f871f1fdf6b571aea81eb5aa8646 libnm-core: remove trailing quote from message in nm-setting-macvlan.c Reported-by: Anders Jonsson --- diff --git a/libnm-core/nm-setting-macvlan.c b/libnm-core/nm-setting-macvlan.c index 00341accc..aec3b4f99 100644 --- a/libnm-core/nm-setting-macvlan.c +++ b/libnm-core/nm-setting-macvlan.c @@ -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;