jeff 2005-04-25 05:11:19 UTC
FreeBSD src repository
Modified files:
sys/nfs4client nfs4_vnops.c
Log:
- We want if (mrep != NULL) not if (m_freem != NULL). m_freem will never
be NULL and we will always leak mrep in the error case.
Submitted by: Greg Taleck <gtaleck at isilon.com>
Revision Changes Path
1.31 +1 -1 src/sys/nfs4client/nfs4_vnops.c