4
Fork 0

Final changes

This commit is contained in:
Artem Prilutskiy 2016-04-11 14:17:42 +03:00
parent a50c976356
commit fd65ad7769
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ PatchCordProxy::PatchCordProxy(uint32_t network, uint32_t link)
{ {
banner = NULL; banner = NULL;
number = link; number = link;
asprintf(&name, SERVICE_NAME ".network-%d", network); asprintf(&name, SERVICE_NAME ".N%d", network);
connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
} }

View file

@ -22,7 +22,7 @@ PatchCordProxy::PatchCordProxy(uint32_t network, uint32_t link)
{ {
banner = NULL; banner = NULL;
number = link; number = link;
asprintf(&name, SERVICE_NAME ".network-%d", network); asprintf(&name, SERVICE_NAME ".N%d", network);
connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
} }