OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-322-gce0eb0f

Gerrit Code Review gerrit@openafs.org
Fri, 15 Feb 2019 09:27:18 -0500


The following commit has been merged in the master branch:
commit ce0eb0f8b2936310eb1b55629772750103475d9a
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Nov 21 07:39:24 2018 -0500

    auth: refactor afsconf_Open
    
    Move code to check the AFSCONF environment variable and read the
    .AFSCONF files to separate functions.
    
    Rename the internal functions afsconf_OpenInternal and
    afsconf_CloseInternal to the more aptly named LoadConfig and
    UnloadConfig in preparation for other changes. Add doxygen comments for
    these functions.
    
    Change-Id: Ie3361036c59c9e6ef99801891fff9fad63840344
    Reviewed-on: https://gerrit.openafs.org/13397
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/auth/cellconfig.c |  225 +++++++++++++++++++++++++++++++++++--------------
 1 files changed, 163 insertions(+), 62 deletions(-)

-- 
OpenAFS Master Repository