[X2Go-Commits] [nx-libs] 99/219: os/access.c: add missing }
git-admin at x2go.org
git-admin at x2go.org
Sat Sep 28 12:10:30 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 3c0469971a5092781783b6a5c86b668047e475be
Author: Ulrich Sibiller <uli42 at gmx.de>
Date: Thu Jun 20 01:35:22 2019 +0200
os/access.c: add missing }
---
nx-X11/programs/Xserver/os/access.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/nx-X11/programs/Xserver/os/access.c b/nx-X11/programs/Xserver/os/access.c
index d8d035ade..df540e704 100644
--- a/nx-X11/programs/Xserver/os/access.c
+++ b/nx-X11/programs/Xserver/os/access.c
@@ -1348,6 +1348,7 @@ GetLocalClientCreds(ClientPtr client, LocalClientCredRec **lccp)
if (getpeerucred(fd, &peercred) < 0) {
FreeLocalClientCreds(lcc);
return -1;
+ }
lcc->euid = ucred_geteuid(peercred);
if (lcc->euid != -1)
lcc->fieldsSet |= LCC_UID_SET;
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list