mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
core: also work without security module
This commit is contained in:
parent
308acaf0ad
commit
e734d239b9
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ typedef struct {
|
||||||
|
|
||||||
} PinosCoreImpl;
|
} PinosCoreImpl;
|
||||||
|
|
||||||
#define ACCESS_VIEW_GLOBAL(client,global) (client->core->access && \
|
#define ACCESS_VIEW_GLOBAL(client,global) (client->core->access == NULL || \
|
||||||
client->core->access->view_global (client->core->access, \
|
client->core->access->view_global (client->core->access, \
|
||||||
client, global) == SPA_RESULT_OK)
|
client, global) == SPA_RESULT_OK)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue