The following commit has been merged in the master branch:
commit db13984fb2dd2f882be36b7055d89c5e1c992021
Author: Jeffrey Altman <[email protected]>
Date:   Fri Mar 5 09:49:12 2010 -0500

    Windows: use krb5_get_error_message instead of error_message
    
    krb5_get_error_message() can return more descriptive errors
    based upon the context in which the error occurred by extracting
    the cached error message from the krb5_context.  Since aklog
    has a krb5_context, use that instead of error_message().
    
    Use GetProcAddress to load krb5_get_error_message and
    krb5_free_error_message function pointers because versions
    of KFW prior to 3.2 do not export them.
    
    LICENSE MIT
    
    Change-Id: I12043ec1890bcf0f4d9566f35bb1228e579c49fe
    Reviewed-on: http://gerrit.openafs.org/1520
    Reviewed-by: Asanka Herath <[email protected]>
    Tested-by: Asanka Herath <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>

 src/WINNT/aklog/aklog.c |   75 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 56 insertions(+), 19 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to