The following commit has been merged in the master branch:
commit 0b8e85c1f9c6d741e1b8556cc3be6b62c97e7937
Author: Benjamin Kaduk <[email protected]>
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 <[email protected]>
    Reviewed-by: Chas Williams <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/log/pagsh.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to