mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Disambiguate get_*_policy() and get_*_policy_mask()
This commit is contained in:
parent
edb8075ae0
commit
cf5e764c7f
6 changed files with 17 additions and 17 deletions
|
|
@ -181,7 +181,7 @@ int ipc_handle_connection(int fd, uint32_t mask, void *data) {
|
|||
client->event_source = wlc_event_loop_add_fd(client_fd, WLC_EVENT_READABLE, ipc_client_handle_readable, client);
|
||||
|
||||
pid_t pid = get_client_pid(client->fd);
|
||||
client->security_policy = get_ipc_policy(pid);
|
||||
client->security_policy = get_ipc_policy_mask(pid);
|
||||
|
||||
list_add(ipc_client_list, client);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue