diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-07-08 18:21:44 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-07-08 18:21:44 +0000 |
| commit | 7156132cd919e166337f86288b4a0356ed496e18 (patch) | |
| tree | 518e3562dc662b16ea86a45f5e93bc0a5f56f4c8 /sys/netgraph/ng_ip_input.c | |
| parent | 7b6942a110f1c489c295ac85be8737c2955a737a (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_ip_input.c')
| -rw-r--r-- | sys/netgraph/ng_ip_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ip_input.c b/sys/netgraph/ng_ip_input.c index 416bc12e9ede..be161b79c52d 100644 --- a/sys/netgraph/ng_ip_input.c +++ b/sys/netgraph/ng_ip_input.c @@ -120,7 +120,7 @@ ngipi_rcvdata(hook_p hook, item_p item) NGI_GET_M(item, m); NG_FREE_ITEM(item); - netisr_dispatch(NETISR_IP, m); + netisr_queue(NETISR_IP, m); return 0; } |
