Not quite sure how that one got past me..

This commit is contained in:
julian 2004-06-26 01:22:29 +00:00
parent a9f3927ec8
commit 8377dc9ec1

View File

@ -2143,7 +2143,7 @@ ng_snd_item(item_p item, int queue)
/* Protect nodes from sending NULL pointers
* to each other
*/
if (m == NULL)
if (NGI_M(item) == NULL)
return (EINVAL);
CHECK_DATA_MBUF(NGI_M(item));