From: Chas Williams Date: Mon, 19 Nov 2001 16:53:46 +0000 (+0000) Subject: viced-fetchdata64-should-call-common-code-in-64-mode-20011119 X-Git-Tag: openafs-devel-1_3_0~121 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cae92b082cb1551fd0c93ec1275640f7ea957bbf;p=packages%2Fo%2Fopenafs.git viced-fetchdata64-should-call-common-code-in-64-mode-20011119 both of the stubs shouldn't be using the 32 bit case in common --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index cbac536a4..8b66cfcf5 100644 --- 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; }