This commit is contained in:
Wim Taymans 2017-08-16 12:39:13 +02:00
parent 4731a0b4b8
commit 2cb1590859
2 changed files with 1 additions and 2 deletions

View file

@ -155,8 +155,6 @@ static bool client_is_sandboxed(struct pw_client *cl)
pid_t pid;
const struct ucred *ucred;
return true;
ucred = pw_client_get_ucred(cl);
if (ucred) {