mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
ppp: add counter to D-Bus object path for PPP manager instances
There can be multiple PPP connections active, each with its own PPP
manager.
Fixes: c1dd3b6eed
This commit is contained in:
parent
354fc51bc6
commit
bc26f94d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@ nm_ppp_manager_class_init (NMPPPManagerClass *manager_class)
|
|||
object_class->get_property = get_property;
|
||||
object_class->set_property = set_property;
|
||||
|
||||
exported_object_class->export_path = NM_DBUS_PATH "/PPP";
|
||||
exported_object_class->export_path = NM_DBUS_PATH "/PPP/%u";
|
||||
exported_object_class->export_on_construction = TRUE;
|
||||
|
||||
obj_properties[PROP_PARENT_IFACE] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue