Date: Sun, 1 Aug 2004 21:15:29 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis subr_ndis.c Message-ID: <200408012115.i71LFThu088334@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408012115.i71LFThu088334>