mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-03 07:48:03 +02: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(cherry picked from commitbc26f94d1e) (cherry picked from commitdbacb9ae09)
This commit is contained in:
parent
8ecc5e37d3
commit
84563b7a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ nm_ppp_manager_class_init (NMPPPManagerClass *manager_class)
|
|||
|
||||
g_type_class_add_private (manager_class, sizeof (NMPPPManagerPrivate));
|
||||
|
||||
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;
|
||||
|
||||
object_class->dispose = dispose;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue