OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-28-g3fc5c53
Gerrit Code Review
gerrit@openafs.org
Mon, 17 May 2010 05:42:56 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 3fc5c5311fc4bfe5586818fa26bdccd846d4c8cc
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>
(cherry picked from commit fa2536c02cf26f7db30bf623e95f42be88138d14)
(cherry picked from commit dfa356732fd10073c3b777ccf48f753fcd528c93)
Reviewed-on: http://gerrit.openafs.org/1945
Tested-by: Derrick Brashear <shadow@dementia.org>
src/ptserver/db_verify.c | 40 ----------------------------------------
1 files changed, 0 insertions(+), 40 deletions(-)
--
OpenAFS Master Repository