cperciva 2004/02/21 17:17:47 PST
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vfsops.c
Log:
If mountnfs returns an error, it will have already freed nam; no need to
free it again.
Reported by: "Ted Unangst" <tedu at coverity.com>
Approved by: rwatson (mentor)
Revision Changes Path
1.147 +0 -1 src/sys/nfsclient/nfs_vfsops.c