summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_echo.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-30 02:45:32 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-30 02:45:32 +0000
commitf8307e1233657707bc582110f07373c96d91943b (patch)
treed0bdc8cb4f3c7f0a7a7969ee3242511ac19780bb /sys/netgraph/ng_echo.c
parent44856387160435985b3d0972db19a60e74ca56cb (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_echo.c')
-rw-r--r--sys/netgraph/ng_echo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_echo.c b/sys/netgraph/ng_echo.c
index a834659426b2..e5c35b55d9e1 100644
--- a/sys/netgraph/ng_echo.c
+++ b/sys/netgraph/ng_echo.c
@@ -75,7 +75,8 @@ static struct ng_type typestruct = {
NULL,
nge_rcvdata,
nge_rcvdata,
- nge_disconnect
+ nge_disconnect,
+ NULL
};
NETGRAPH_INIT(echo, &typestruct);