OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-802-gc87f13f

Gerrit Code Review gerrit@openafs.org
Tue, 1 Mar 2011 19:59:41 -0800 (PST)


The following commit has been merged in the master branch:
commit c87f13ff687ffa606f4e729af6a03d6f247d42d7
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Mar 1 13:59:19 2011 +0000

    ptserver: Always set up Ubik security
    
    ptserver was checking for the existence of a suitable KeyFile before
    setting up Ubik's security classes. This is uneccessary, because the
    behaviour of the afsconf_* functions when a KeyFile doesn't exist
    is the same as Ubik's default mechanisms.
    
    So, simplify (and future proof) the code by removing the KeyFile check.
    
    Change-Id: I03df04e99ca4c043c15fc5f5701f8438912a7633
    Reviewed-on: http://gerrit.openafs.org/4099
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/ptserver/ptserver.c |   28 ++++++++--------------------
 1 files changed, 8 insertions(+), 20 deletions(-)

-- 
OpenAFS Master Repository