git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0a60698
)
viced-fetchdata64-should-call-common-code-in-64-mode-20011119
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Mon, 19 Nov 2001 16:53:46 +0000 (16:53 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 19 Nov 2001 16:53:46 +0000 (16:53 +0000)
both of the stubs shouldn't be using the 32 bit case in common
src/viced/afsfileprocs.c
patch
|
blob
|
history
diff --git
a/src/viced/afsfileprocs.c
b/src/viced/afsfileprocs.c
index
cbac536
..
8b66cfc
100644
(file)
--- a/
src/viced/afsfileprocs.c
+++ b/
src/viced/afsfileprocs.c
@@
-475,7
+475,7
@@
SRXAFS_FetchData64 (tcon, Fid, Pos, Len, OutStatus, CallBack, Sync)
#endif /* AFS_64BIT_ENV */
code = common_FetchData (tcon, Fid, tPos, tLen, OutStatus,
- CallBack, Sync, 0);
+ CallBack, Sync, 1);
return code;
}