Finish last change.

Pointy hat to: glebius
This commit is contained in:
Gleb Smirnoff 2011-04-18 14:07:01 +00:00
parent 5594f5c066
commit e0c7bc79c4

View File

@ -242,7 +242,6 @@ ng_sppp_constructor (node_p node)
struct sppp *pp;
struct ifnet *ifp;
priv_p priv;
int error = 0;
/* Allocate node and interface private structures */
priv = malloc(sizeof(*priv), M_NETGRAPH_SPPP, M_WAITOK | M_ZERO);