cvs commit: src/sys/nfs4client nfs4_vnops.c

Jeff Roberson jeff at FreeBSD.org
Sun Apr 24 22:11:19 PDT 2005


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


More information about the cvs-src mailing list