OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1593-g1a0dd34
Gerrit Code Review
gerrit@openafs.org
Sun, 4 Sep 2011 21:36:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit 1a0dd342cc21a307e568efdc2b7ae40fda310edb
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Jan 27 23:09:00 2011 -0500
Windows: remove warnings afskfw.c
Sometimes warnings are errors and sometimes they are just warnings.
In this case, the krb5 error message functions were being passed
a krb5_context with the wrong level of indirection which resulted
in an actual error. Other warnings were due to improper typing
and unnecessary casts. Fix them all.
Change-Id: Ib2cefe94acca858dda9af92baaae3168c074bb2e
Reviewed-on: http://gerrit.openafs.org/5344
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/afskfw.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository