cvs commit: src/sys/compat/ndis subr_ndis.c

Bill Paul wpaul at FreeBSD.org
Sun Aug 1 14:15:30 PDT 2004


wpaul       2004-08-01 21:15:29 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c 
  Log:
  In ndis_alloc_bufpool() and ndis_alloc_packetpool(), the test to see if
  allocating pool memory succeeded was checking the wrong pointer (should
  have been looking at *pool, not pool). Corrected this.
  
  Revision  Changes    Path
  1.64      +2 -2      src/sys/compat/ndis/subr_ndis.c


More information about the cvs-all mailing list