Commit 3c046997 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

os/access.c: add missing }

parent 528e1e4e
...@@ -1348,6 +1348,7 @@ GetLocalClientCreds(ClientPtr client, LocalClientCredRec **lccp) ...@@ -1348,6 +1348,7 @@ GetLocalClientCreds(ClientPtr client, LocalClientCredRec **lccp)
if (getpeerucred(fd, &peercred) < 0) { if (getpeerucred(fd, &peercred) < 0) {
FreeLocalClientCreds(lcc); FreeLocalClientCreds(lcc);
return -1; return -1;
}
lcc->euid = ucred_geteuid(peercred); lcc->euid = ucred_geteuid(peercred);
if (lcc->euid != -1) if (lcc->euid != -1)
lcc->fieldsSet |= LCC_UID_SET; lcc->fieldsSet |= LCC_UID_SET;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment