mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-19 09:38:27 +02:00
Windows fix: In install path scope case add hashed install path to mutex/shm name.
This commit is contained in:
parent
ff393c562d
commit
3bacc897c7
1 changed files with 3 additions and 0 deletions
|
|
@ -2588,6 +2588,9 @@ _dbus_get_address_string (DBusString *out, const char *basestring, const char *s
|
|||
_dbus_string_free(out);
|
||||
return FALSE;
|
||||
}
|
||||
_dbus_string_append(out,"-");
|
||||
_dbus_string_append(out,_dbus_string_get_const_data(&temp));
|
||||
_dbus_string_free(&temp);
|
||||
}
|
||||
else if (strcmp(scope,"*user") == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue