OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-272-g6dc5076

Gerrit Code Review gerrit@openafs.org
Tue, 15 Jun 2010 18:10:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6dc50767f88795858783fe9dbbdf90901f1fd684
Author: Russ Allbery <rra@stanford.edu>
Date:   Thu Jun 3 19:50:14 2010 -0700

    Fix aklog warnings when building with Heimdal
    
    Fix various warnings in the aklog and klog code when building with
    Heimdal.  Use krb5_get_init_creds_opt_alloc if it's available rather
    than allocating the struct off the stack, since the _opt_init
    function is deprecated.
    
    Change-Id: Ieff986121de9078e9402b0a51a8855655330caba
    Reviewed-on: http://gerrit.openafs.org/2082
    Tested-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 configure.in      |    1 +
 src/aklog/aklog.c |    3 +--
 src/aklog/klog.c  |   14 +++++++++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository