OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1230-ga180b0c

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 06:55:44 -0700 (PDT)


The following commit has been merged in the master branch:
commit a180b0c5d8991a14f1fbd78d81dcb4754a24f4d3
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu May 19 18:19:29 2011 +0100

    vlserver: Use correct base value when replacing
    
    When we're removing existing address entries the code calculates
    a base and index value for each entry that we're removing an address
    from. However, it then _uses_ a previously calculated base value,
    with the new index. This works fine if the old base and the new base
    match, but if they don't, chaos will ensue.
    
    Fix to always use matched base and index pairs.
    
    Change-Id: Ia592abdc1c58b5cf5776bb24e67aee708275a9b0
    Reviewed-on: http://gerrit.openafs.org/4771
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vlserver/vlprocs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository