mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-24 15:40:28 +01:00
libnm-core: fix VPN error domain (bgo #745997)
In theory, NM_VPN_PLUGIN_ERROR should have names under
org.freedesktop.NetworkManager.VPN.Plugin, but for historical reasons,
it's actually org.freedesktop.NetworkManager.VPN.Error.
(cherry picked from commit 773f047eef)
This commit is contained in:
parent
4f4e570a7d
commit
2b08803a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,6 +85,6 @@ _nm_dbus_errors_init (void)
|
|||
NM_DBUS_INTERFACE_SETTINGS,
|
||||
NM_TYPE_SETTINGS_ERROR);
|
||||
register_error_domain (NM_VPN_PLUGIN_ERROR,
|
||||
NM_VPN_DBUS_PLUGIN_INTERFACE,
|
||||
NM_DBUS_VPN_ERROR_PREFIX,
|
||||
NM_TYPE_VPN_PLUGIN_ERROR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue