diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 01:17:47 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 01:17:47 +0000 |
| commit | 11233aabf86ee32896dcd803bc7e8174d73af3ec (patch) | |
| tree | 943ba8787e6ea69d10f7b2b098e04ebdb58ce888 | |
| parent | fa81466148bd9e082c7efc4f21515d0773c8c89f (diff) | |
Notes
| -rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index efc877277882c..8970a9c7dc543 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -507,7 +507,6 @@ nfs_mountdiskless(char *path, char *which, int mountflag, if ((error = mountnfs(args, mp, nam, which, path, vpp, td->td_ucred)) != 0) { printf("nfs_mountroot: mount %s on %s: %d", path, which, error); - FREE(nam, M_SONAME); return (error); } (void) copystr(which, mp->mnt_stat.f_mntonname, MNAMELEN - 1, 0); |
