OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1077-gfa6339d
Gerrit Code Review
gerrit@openafs.org
Mon, 18 Apr 2011 05:18:04 -0700 (PDT)
The following commit has been merged in the master branch:
commit fa6339d7ffc884b5251b3afe947bc39be350c118
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Apr 14 14:36:36 2011 -0500
auth: Set correct flags in token_extractRxkad
The flags that token_extractRxkad returns are flags that are passed to
ktc_SetToken, not the flags that are passed directly to the PSetTokens
pioctl. So, we should be setting AFS_SETTOK_SETPAG, which is
interpreted by ktc_SetToken.
Change-Id: Id63ba4d5874e43c8d1f02817bf33975516a974be
Reviewed-on: http://gerrit.openafs.org/4480
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/auth/token.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository