]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-nfs-translator-call-lookup-with-correct-form-of-dir-20020116
authorDerrick Brashear <shadow@dementia.org>
Sun, 20 Jan 2002 09:05:44 +0000 (09:05 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 20 Jan 2002 09:05:44 +0000 (09:05 +0000)
based on information from Kris Van Hees

still untested

(cherry picked from commit 4146f3c2f6af8975b1d5b04b2a9cb56c3acbee1b)

src/afs/afs_nfsdisp.c

index 3bafeff3b0dc0bb4f5045cbb030b8fa51e46f74a..1f2815d3f3d9d09173935ade36ca37876a10ce8d 100644 (file)
@@ -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: