OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-212-gb9c7f07

Gerrit Code Review gerrit@openafs.org
Fri, 16 Dec 2011 03:02:34 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit b9c7f07cb2b8c34e0af97a2b6969848a1cbf75a4
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon May 16 13:45:49 2011 -0500

    libafs: Always use anonymous VL connections
    
    afs_NewVolumeByName was using the areq given by the caller for
    afs_SetupVolume, which may represent authenticated credentials. Give
    afs_SetupVolume &treq instead, which will be anonymous, so we don't
    have to deal with rxkad for VL lookups.
    
    Reviewed-on: http://gerrit.openafs.org/4666
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 4a82c0cc4167b729108813965bd39bf86ea15e6b)
    
    Change-Id: Ic10e85b925176719c6c5dc708a1d1a315409d295
    Reviewed-on: http://gerrit.openafs.org/6300
    Tested-by: Derrick Brashear <shadow@dementix.org>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/afs_volume.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository