OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-63-g747a8c0

Gerrit Code Review gerrit@openafs.org
Tue, 5 Jan 2010 10:19:12 -0800 (PST)


The following commit has been merged in the master branch:
commit 747a8c0642aeaef814d953d16968fb5026e1ec69
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Dec 29 13:40:15 2009 -0500

    viced: allow alternate addresses on the same hash chain again
    
    Revert the logic meant to prevent duplicate entries in the
    host address hash table so hosts with multiple addresses can
    be stored in the same hash bucket again.
    
    Add a new log message to show when the host cannot be stored
    in the hash table because of an address-port pair collision
    with a host already in the hash table.
    
    Change-Id: I24bf48b912dcf3062201691b446372d78de9bc14
    Reviewed-on: http://gerrit.openafs.org/1046
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/viced/host.c |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository