From 735f55703f1ade631a00439477f0b91ae919114a Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 22 Aug 2002 18:54:46 +0000 Subject: [PATCH] STABLE12-vsprocs-checkvolume-bug-20020822 if we're going to make a string we should make it where we expect it (cherry picked from commit 0e05e114a663acc138d1be7d87f2631c3460de40) --- 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 bd99de96c..2d4d2d8ea 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -3810,7 +3810,7 @@ static afs_int32 CheckVolume(volumeinfo, aserver, apart, modentry, maxvolid) 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