OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_72-15-gfa2536c

Gerrit Code Review gerrit@openafs.org
Wed, 17 Feb 2010 05:09:43 -0800 (PST)


The following commit has been merged in the master branch:
commit fa2536c02cf26f7db30bf623e95f42be88138d14
Author: Jason Rogers <jrogers@sinenomine.net>
Date:   Mon Feb 15 17:19:12 2010 -0600

    prdb_verify -rebuild with supergroups fix
    
    This change eliminates the redundant iteration over the
    supergroup[] array in DumpRecreate. By iterating over both
    this array and entries[], duplicate au lines are created
    and the count variable becomes incorrect. Furthermore,
    the au lines created in the supergroups[] section were
    incorrectly in the form of au <group> <member> instead
    of au <member> <group>.
    
    FIXES 126500
    
    Change-Id: I087772b63934406273f153f4b8a581d965f1e4d5
    Reviewed-on: http://gerrit.openafs.org/1316
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/ptserver/db_verify.c |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

-- 
OpenAFS Master Repository