Final changes
This commit is contained in:
parent
a50c976356
commit
fd65ad7769
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ PatchCordProxy::PatchCordProxy(uint32_t network, uint32_t link)
|
|||
{
|
||||
banner = NULL;
|
||||
number = link;
|
||||
asprintf(&name, SERVICE_NAME ".network-%d", network);
|
||||
asprintf(&name, SERVICE_NAME ".N%d", network);
|
||||
connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ PatchCordProxy::PatchCordProxy(uint32_t network, uint32_t link)
|
|||
{
|
||||
banner = NULL;
|
||||
number = link;
|
||||
asprintf(&name, SERVICE_NAME ".network-%d", network);
|
||||
asprintf(&name, SERVICE_NAME ".N%d", network);
|
||||
connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue