OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4628-g0b8e85c
Gerrit Code Review
gerrit@openafs.org
Fri, 12 Jun 2015 09:43:49 -0400
The following commit has been merged in the master branch:
commit 0b8e85c1f9c6d741e1b8556cc3be6b62c97e7937
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Mon Feb 9 12:09:32 2015 -0500
pagsh: do not call set[ug]id()
Supposedly calling setuid(getuid()) and setgid(getgid()) would
help pick up a new group list on some systems, in the depths
of history. In the absence of reason to believe this is still
the case, drop the calls to avoid scary warnings about unchecked
return values.
Change-Id: I39e87a27fb52f5a6868b867c9325d4a5fa93ef58
Reviewed-on: http://gerrit.openafs.org/11759
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams <3chas3@gmail.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/log/pagsh.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository