Ensure uniqueness of dbus identity names
This commit is contained in:
parent
4a37227b95
commit
884fa2748e
@ -1100,7 +1100,8 @@ public class DbusSignalImpl implements Signal {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getObjectPath() {
|
public String getObjectPath() {
|
||||||
return getIdentityObjectPath(objectPath, identity.recipient().getLegacyIdentifier());
|
return getIdentityObjectPath(objectPath,
|
||||||
|
identity.recipient().getLegacyIdentifier() + "_" + identity.recipient().getIdentifier());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user