OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2597-g9b97b80

Gerrit Code Review gerrit@openafs.org
Thu, 14 Jun 2012 06:47:48 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9b97b80dd8d29278de209fcecfdfd95a46863eb8
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Jun 7 23:21:48 2012 +0100

    aklog: Fix error message fallback for Heimdal
    
    Since we reverted to using Russ's upstream version of rra-c-util's
    krb5.m4, we no longer check for the existence of the pure com_err
    error_message().
    
    So, for error message fallback on Heimdal, use krb5_get_error_message()
    instead. As we don't have access to the context in which the error
    occurred, build one to get the raw com_err error translation - this
    won't give us any additional context specific detail.
    
    Change-Id: I4bab080704ec5d08e8b85e6b7ad69cf1f89bf3b3
    Reviewed-on: http://gerrit.openafs.org/7554
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/aklog/aklog.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository