OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1190-g89b22df
Gerrit Code Review
gerrit@openafs.org
Thu, 19 May 2011 05:03:22 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4a82c0cc4167b729108813965bd39bf86ea15e6b
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.
Change-Id: Ie990028133173c312d2e5d9de4baa82b99cfdf7d
Reviewed-on: http://gerrit.openafs.org/4666
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_volume.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository