OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4690-gab4b555

Gerrit Code Review gerrit@openafs.org
Sat, 5 Sep 2015 16:04:59 -0400


The following commit has been merged in the master branch:
commit ab4b5557b8c10fb27ac2e63ffdece2fc78c027d8
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Jan 21 22:44:32 2015 -0500

    bozo: move more initialization code to functions
    
    Move the code to create the initial "localcell" configuration and the
    code to get the rx bind address out of main and into separate
    functions.
    
    Replace the global array of host addresses used to get the rx bind
    address with a local variable.
    
    Replace the call to rx_getAllAddr() with rx_getAllAddrMaskMtu(). The
    former is not safe to call before rx_InitHost().
    
    Initialize the cell info structure to zeros when creating the initial
    "localcell" configuration.
    
    Change-Id: I756aef86018d0cdd499afa58fdea99a7ac0d99df
    Reviewed-on: http://gerrit.openafs.org/11690
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/bozo/bosserver.c |  113 +++++++++++++++++++++++++++++--------------------
 1 files changed, 67 insertions(+), 46 deletions(-)

-- 
OpenAFS Master Repository