From 823869e64ce6326ad59f62d4296ab2f6fdba0c89 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 15 Aug 1996 19:50:20 +0000 Subject: *** empty log message *** --- nfs/mount.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nfs/mount.c') 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); -- cgit v1.2.3