From c53a034e36ec538c3a0b010a292b810a62c8f2b8 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 19 Nov 2001 16:59:53 +0000 Subject: [PATCH] viced-getstatus-clear-lengthhi-since-not-now-using-it-20011119 so we don't end up with bogus value here --- src/viced/afsfileprocs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index 8b66cfc..6b9ed5d 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; -- 1.9.4