K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-08-01T21:15:29.000000Z K 7 svn:log V 199 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. END