OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-529-g7c431f7

Gerrit Code Review gerrit@openafs.org
Thu, 5 Mar 2020 21:38:26 -0500


The following commit has been merged in the master branch:
commit 7c431f7571bbc32b26180086d10932d41d0da08c
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Feb 20 15:58:27 2020 -0500

    auth: retire writeconfig.c
    
    Move the afsconf_SetCellInfo() and afsconf_SetExtendedCellInfo() to the
    cellconfig.c file with the other afsconf_dir functions.
    
    Retire the now empty writeconfig.c file.  At one point in the distant
    past afsconf_SetCellInfo() did not have a afsconf_dir argument, so it
    probably made sense to have a separate file to write the configuration.
    Later, the afsconf_dir argument was added to afsconf_SetCellInfo() and
    afsconf_SetExtendedInfo() to reset the auth cache, so these functions
    are now better placed in cellconfig.c.
    
    Note the contents of writeconfig.c were moved verbatim (including
    comments), so this commit should have no functional changes.
    
    Change-Id: Idff76f0d2dfa2383a8617373f0e38235a94f20f1
    Reviewed-on: https://gerrit.openafs.org/14075
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/auth/Makefile.in         |    4 +-
 src/auth/NTMakefile          |    2 -
 src/auth/cellconfig.c        |  160 +++++++++++++++++++++++++++++++++++++
 src/auth/cellconfig.p.h      |    9 +-
 src/auth/writeconfig.c       |  181 ------------------------------------------
 src/libafsauthent/NTMakefile |    1 -
 6 files changed, 165 insertions(+), 192 deletions(-)

-- 
OpenAFS Master Repository