From: Chas Williams Date: Mon, 19 Nov 2001 16:59:53 +0000 (+0000) Subject: viced-getstatus-clear-lengthhi-since-not-now-using-it-20011119 X-Git-Tag: openafs-devel-1_3_0~119 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c53a034e36ec538c3a0b010a292b810a62c8f2b8;p=packages%2Fo%2Fopenafs.git viced-getstatus-clear-lengthhi-since-not-now-using-it-20011119 so we don't end up with bogus value here --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 8b66cfcf5..6b9ed5d81 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -6468,6 +6468,7 @@ void GetStatus(targetptr, status, rights, anyrights, parentptr) else status->FileType = Invalid; /*invalid type field */ status->LinkCount = targetptr->disk.linkCount; + status->Length_hi = 0; status->Length = targetptr->disk.length; status->DataVersion = targetptr->disk.dataVersion; status->Author = targetptr->disk.author;