cvs commit: src/sys/netipx ipx_input.c

Robert Watson rwatson at FreeBSD.org
Fri Jan 13 15:47:56 PST 2006


rwatson     2006-01-13 23:47:56 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           ipx_input.c 
  Log:
  Remove dead code associated with 'mcopy' in ipx_forward(): at no point
  are the contents of the forwarded mbuf ever copied into mcopy, so there's
  no need to have mcopy, conditionally look at mcopy, or conditionally free
  it.
  
  Noticed by:     Coverity Prevent analysis tool
  MFC after:      3 days
  
  Revision  Changes    Path
  1.52      +1 -26     src/sys/netipx/ipx_input.c


More information about the cvs-src mailing list