OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-784-g80f6e4f

Gerrit Code Review gerrit@openafs.org
Sat, 26 Feb 2011 03:57:36 -0800 (PST)


The following commit has been merged in the master branch:
commit 80f6e4fa8bbc468fe75692a4730cf822a4e0d686
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Feb 25 01:21:38 2011 +0000

    auth: GetLatestKey should allow NULL return values
    
    Existing callers in the code use
    afsconf_GetLatestKey(dir, NULL, NULL) to check for the existence of
    a key file. We need to permit NULL values for the return pointers
    to this function.
    
    Also update the tests to check for this behaviour.
    
    Change-Id: I94e74138ddeed8d167c1e6f12e297411c638e1b9
    Reviewed-on: http://gerrit.openafs.org/4050
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/keys.c     |    7 +++++--
 tests/auth/keys-t.c |    6 +++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository