1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Use NG_QUEUE instead of constant.

This commit is contained in:
Gleb Smirnoff 2005-05-16 19:52:42 +00:00
parent 4fc5324557
commit 45b719ae22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146305

View File

@ -942,7 +942,7 @@ _ngi_hook(item_p item, char *file, int line)
if ((ng_address_ID((here), (item), \
_dest, 0)) == 0) { \
SAVE_LINE(item); \
(error) = ng_snd_item((item), 1); \
(error) = ng_snd_item((item), NG_QUEUE);\
} else { \
NG_FREE_ITEM(item); \
(error) = EINVAL; \