mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-11 15:20:34 +01:00
settings: fix registering AgentManager.RegisterWithCapabilities() twice
Fixes:297d4985ab(cherry picked from commit1634fff1ad)
This commit is contained in:
parent
a3f9ab473b
commit
8b017dc2fb
1 changed files with 0 additions and 10 deletions
|
|
@ -1591,16 +1591,6 @@ static const NMDBusInterfaceInfoExtended interface_info_agent_manager = {
|
|||
),
|
||||
.handle = impl_agent_manager_register_with_capabilities,
|
||||
),
|
||||
NM_DEFINE_DBUS_METHOD_INFO_EXTENDED (
|
||||
NM_DEFINE_GDBUS_METHOD_INFO_INIT (
|
||||
"RegisterWithCapabilities",
|
||||
.in_args = NM_DEFINE_GDBUS_ARG_INFOS (
|
||||
NM_DEFINE_GDBUS_ARG_INFO ("identifier", "s"),
|
||||
NM_DEFINE_GDBUS_ARG_INFO ("capabilities", "u"),
|
||||
),
|
||||
),
|
||||
.handle = impl_agent_manager_register_with_capabilities,
|
||||
),
|
||||
NM_DEFINE_DBUS_METHOD_INFO_EXTENDED (
|
||||
NM_DEFINE_GDBUS_METHOD_INFO_INIT (
|
||||
"Unregister",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue