OpenAFS Master Repository branch, master, updated. 6a68be71da262b7cc3a150097d579f64325c29ce

Gerrit Code Review gerrit@openafs.org
Wed, 15 Jul 2009 00:31:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6a68be71da262b7cc3a150097d579f64325c29ce
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Wed Jul 15 02:27:29 2009 -0400

    RXAFSCB_GetCellServDB takes a serverList not an array of afs_int32
    
    Reported by Marcus Watts
    
    ListCellsRPC calls RXAFSCB_GetCellServDB which takes a serverList
    and not an array of afs_int32.  Add the serverList and copy the
    resulting server addresses into the array of afs_int32 address
    values.
    
    Include afs/afscbint.h instead of afs/afsint.h in order to obtain
    prototypes for RXAFSCB_ functions.
    
    Reviewed-on: http://gerrit.openafs.org/89
    Verified-by: Russ Allbery <rra@stanford.edu>
    Reviewed-by: Russ Allbery <rra@stanford.edu>

 src/libadmin/adminutil/afs_utilAdmin.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository