mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 18:20:22 +01:00
fix NM service path
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@265 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
3fbfa66df2
commit
9eab1fd014
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ int main( int argc, char *argv[] )
|
|||
exit (1);
|
||||
}
|
||||
|
||||
success = dbus_connection_register_object_path (connection, NM_DBUS_INTERFACE, &vtable, loop);
|
||||
success = dbus_connection_register_object_path (connection, NM_DBUS_PATH, &vtable, loop);
|
||||
if (!success)
|
||||
{
|
||||
fprintf (stderr, "Could not register a handler for NetworkManager. Not enough memory?\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue