From 4db3d850a21bbf6680df9c532da19685e6bbf9b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Wed, 12 Sep 2007 19:27:29 +0000 Subject: [PATCH] DEVEL15-dafs-shutdown-state-fix-20070912 clean up the dafs shutdown code to not read bogus info into the id (cherry picked from commit f15a9a2788a2de589adda1a990a34d36851c4978) --- src/vol/volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vol/volume.c b/src/vol/volume.c index 41af925b1..3e6f54868 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -6194,7 +6194,7 @@ VPrintExtendedCacheStats_r(int flags) VOL_LOCK; for (diskP = DiskPartitionList; diskP; diskP = diskP->next) { - id = diskP->device; + id = diskP->index; vol_count[id] = diskP->vol_list.len; part_exists[id] = 1; } -- 2.39.5