OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1155-g047cc47

Gerrit Code Review gerrit@openafs.org
Mon, 2 May 2011 12:44:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit b2c6a850738437256626e0dfe743a09224879ad4
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 27 15:36:44 2011 -0500

    viced: Do not try to reuse deleted client
    
    When h_FindClient_r encounters a deleted client structure, it does not
    try to find a different client structure to use. Force it to use a new
    client structure by setting client to NULL when it detects a deleted
    client.
    
    This arguably reverts part of
    4e55e30f5b2c149b350b6d6875793adf722fdc21, but the code paths in
    h_FindClient_r are very different now, so that commit is probably not
    too relevant.
    
    Change-Id: I8e5004c8a9a3d99919da8df4436e5aa97e338825
    Reviewed-on: http://gerrit.openafs.org/4582
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/viced/host.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository