mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow the caller to get an erro direclty if we sent the packet immediatly.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie> MFC after: 1 day
This commit is contained in:
parent
b84e866a18
commit
53dc6459d7
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ ngt_rcvdata(hook_p hook, item_p item)
|
|||
NG_FWD_ITEM_HOOK(error, item, dest->hook);
|
||||
else
|
||||
NG_FREE_ITEM(item);
|
||||
return (0);
|
||||
return (error);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue