From 0e05e114a663acc138d1be7d87f2631c3460de40 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 22 Aug 2002 18:53:43 +0000 Subject: [PATCH] vsprocs-checkvolume-bug-20020822 if we're going to make a string we should make it where we expect it --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 7f057a1a0..4759ab2d9 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -3732,7 +3732,7 @@ static afs_int32 CheckVolume(volintInfo *volumeinfo, afs_int32 aserver, afs_int3 if (entry.serverFlags[j] & ITSROVOL) { /* Verify this volume exists and print message we are orphaning it */ if (pass == 1) { - MapPartIdIntoName(apart, entry.serverPartition[j]); + MapPartIdIntoName(apart, pname); fprintf(STDERR,"*** Warning: Orphaned RO volume %u exists on %s %s\n", entry.volumeId[ROVOL], hostutil_GetNameByINet(entry.serverNumber[j]), pname); -- 2.39.5