From f15a9a2788a2de589adda1a990a34d36851c4978 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Wed, 12 Sep 2007 19:25:53 +0000 Subject: [PATCH] dafs-shutdown-state-fix-20070912 clean up the dafs shutdown code to not read bogus info into the id --- 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 0ab72f542..bf9b58982 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -6188,7 +6188,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