From: Derrick Brashear Date: Thu, 22 Aug 2002 18:53:43 +0000 (+0000) Subject: vsprocs-checkvolume-bug-20020822 X-Git-Tag: BP-openafs-rxkad-krb5~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e05e114a663acc138d1be7d87f2631c3460de40;p=packages%2Fo%2Fopenafs.git vsprocs-checkvolume-bug-20020822 if we're going to make a string we should make it where we expect it --- 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);