summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_sppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_sppp.c')
-rw-r--r--sys/netgraph/ng_sppp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c
index 5276f4f..6b30ed6 100644
--- a/sys/netgraph/ng_sppp.c
+++ b/sys/netgraph/ng_sppp.c
@@ -279,7 +279,6 @@ ng_sppp_constructor (node_p node)
if_initname (SP2IFP(pp), NG_SPPP_IFACE_NAME, priv->unit);
ifp->if_start = ng_sppp_start;
ifp->if_ioctl = ng_sppp_ioctl;
- ifp->if_watchdog = NULL;
ifp->if_flags = (IFF_POINTOPOINT|IFF_MULTICAST);
/* Give this node the same name as the interface (if possible) */
OpenPOWER on IntegriCloud