From: Derrick Brashear Date: Sun, 20 Jan 2002 09:05:44 +0000 (+0000) Subject: STABLE12-nfs-translator-call-lookup-with-correct-form-of-dir-20020116 X-Git-Tag: openafs-stable-1_2_3~27 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=01f7085114cf3fc5fbb4e2fb0bb396cfa570f8ef;p=packages%2Fo%2Fopenafs.git STABLE12-nfs-translator-call-lookup-with-correct-form-of-dir-20020116 based on information from Kris Van Hees still untested (cherry picked from commit 4146f3c2f6af8975b1d5b04b2a9cb56c3acbee1b) --- diff --git a/src/afs/afs_nfsdisp.c b/src/afs/afs_nfsdisp.c index 3bafeff3b..1f2815d3f 100644 --- a/src/afs/afs_nfsdisp.c +++ b/src/afs/afs_nfsdisp.c @@ -494,7 +494,7 @@ nfs3_to_afs_call(int which, caddr_t *args, nfs_fh3 **fhpp, nfs_fh3 **fh2pp) case NFSPROC3_LOOKUP: { LOOKUP3args *arg = (LOOKUP3args *)args; - fhp1 = (nfs_fh3 *) &arg->what.dir; + fhp1 = (nfs_fh3 *) &arg->what.dirp; break; } case NFSPROC3_ACCESS: