libafs: Always use anonymous VL connections
authorAndrew Deason <adeason@sinenomine.net>
Mon, 16 May 2011 18:45:49 +0000 (13:45 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 19 May 2011 12:02:43 +0000 (05:02 -0700)
commit4a82c0cc4167b729108813965bd39bf86ea15e6b
tree87caa52f97ec6b57ff316b344876d2a2acf99003
parentf1928b9d26cfc415911a2e4346fbfefb909745ac
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