diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 19:50:20 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-15 19:50:20 +0000 |
commit | 823869e64ce6326ad59f62d4296ab2f6fdba0c89 (patch) | |
tree | e6e43a24492f951e2a94830f355e42446fa2cfce /nfs/mount.c | |
parent | e4a33783b9ff72a8dd9048b7a54646f0527aa9e9 (diff) |
*** empty log message ***
Diffstat (limited to 'nfs/mount.c')
-rw-r--r-- | nfs/mount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nfs/mount.c b/nfs/mount.c index 233a0298..a7ceaf50 100644 --- a/nfs/mount.c +++ b/nfs/mount.c @@ -176,8 +176,7 @@ mount_root (char *name, char *host) } /* Create the node for root */ - np = lookup_fhandle (p); - p += NFS2_FHSIZE / sizeof (int); + lookup_fhandle (p, &np); free (rpcbuf); mutex_unlock (&np->lock); |