git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b460d29
)
viced-getstatus-clear-lengthhi-since-not-now-using-it-20011119
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Mon, 19 Nov 2001 16:59:53 +0000 (16:59 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 19 Nov 2001 16:59:53 +0000 (16:59 +0000)
so we don't end up with bogus value here
src/viced/afsfileprocs.c
patch
|
blob
|
history
diff --git
a/src/viced/afsfileprocs.c
b/src/viced/afsfileprocs.c
index
8b66cfc
..
6b9ed5d
100644
(file)
--- 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;