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

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; \