mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
impl-core: use PW_ID_CLIENT to make things clearer
This commit is contained in:
parent
e52f9f513e
commit
a9fbc8a88d
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ static int core_hello(void *object, uint32_t version)
|
|||
|
||||
if (version >= 3) {
|
||||
if ((res = pw_global_bind(client->global, client,
|
||||
PW_PERM_ALL, PW_VERSION_CLIENT, 1)) < 0)
|
||||
PW_PERM_ALL, PW_VERSION_CLIENT, PW_ID_CLIENT)) < 0)
|
||||
return res;
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue