From: Derrick Brashear Date: Wed, 16 Jan 2002 09:27:04 +0000 (+0000) Subject: nfs-translator-call-lookup-with-correct-form-of-dir-20020116 X-Git-Tag: openafs-devel-1_3_0~71 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4146f3c2f6af8975b1d5b04b2a9cb56c3acbee1b;p=packages%2Fo%2Fopenafs.git nfs-translator-call-lookup-with-correct-form-of-dir-20020116 based on information from Kris Van Hees still untested --- 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: