From: Chaskiel M Grundman Date: Thu, 29 Jul 2004 19:51:20 +0000 (+0000) Subject: vos-shadow-print-status-correctly-20040729 X-Git-Tag: BP-openafs-stable-1_4_x~52 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9c5895b8c124a307fb2f7c939fdf7d62901d1bba;p=packages%2Fo%2Fopenafs.git vos-shadow-print-status-correctly-20040729 we were printing that volumes were shadowed to partition partition instead of server partition --- diff --git a/src/volser/vos.c b/src/volser/vos.c index 5c4d4e2e1..1c3732f29 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -2246,7 +2246,7 @@ ShadowVolume(as) MapPartIdIntoName(frompart, fromPartName); fprintf(STDOUT, "Volume %lu shadowed from %s %s to %s %s \n", (unsigned long)volid, as->parms[1].items->data, fromPartName, - as->parms[4].items->data, toPartName); + as->parms[3].items->data, toPartName); return 0; }