OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-53-g420a544
Gerrit Code Review
gerrit@openafs.org
Wed, 11 Nov 2009 09:17:23 -0800 (PST)
The following commit has been merged in the master branch:
commit 420a544ecea96d5f72e5446f1f75add666b4f463
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Wed Nov 11 10:19:07 2009 +0000
Fix des key type issue in bosoprocs
The call to afsconf_AddKey was using 'akey' rather than 'akey->data'.
As data is the first element of the akey structure, these are actually
identical, but the compiler sees it as a type error. Fix to use the
correct name, and remove the warning inhibition.
Change-Id: Id4775a836276ddd6f5ae105c298dcc3c68b92145
Reviewed-on: http://gerrit.openafs.org/810
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
README.WARNINGS | 1 -
src/bozo/Makefile.in | 1 -
src/bozo/bosoprocs.c | 2 +-
3 files changed, 1 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository