OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4545-g8b6ea72

Gerrit Code Review gerrit@openafs.org
Fri, 9 Jan 2015 17:14:01 -0500


The following commit has been merged in the master branch:
commit 8b6ea7213a69f19ce2e591f1ae56a1db946c136c
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Wed Dec 10 14:36:36 2014 -0500

    Add AFSCONF_NOCELLNAME error code
    
    Contrast with AFSCONF_NOCELL, which is for when no cell configuration
    information is available at all (i.e., a struct afsconf_dir* was NULL) --
    this code is used when there is some cell configuration available, but
    that configuration does not include the cell name.
    
    Replace the only existing use of AFSCONF_UNKNOWN with this more-informative
    error code, leaving AFSCONF_UNKNOWN free for use in other situations.
    
    Change-Id: I989756a960e5377545af43f8e9414d1f2d6476b4
    Reviewed-on: http://gerrit.openafs.org/11628
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/auth/acfg_errors.et |    1 +
 src/auth/cellconfig.c   |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository