svn commit: r220783 - head/sys/netgraph

Gleb Smirnoff glebius at FreeBSD.org
Mon Apr 18 14:07:01 UTC 2011


Author: glebius
Date: Mon Apr 18 14:07:01 2011
New Revision: 220783
URL: http://svn.freebsd.org/changeset/base/220783

Log:
  Finish last change.
  
  Pointy hat to: glebius

Modified:
  head/sys/netgraph/ng_sppp.c

Modified: head/sys/netgraph/ng_sppp.c
==============================================================================
--- head/sys/netgraph/ng_sppp.c	Mon Apr 18 14:06:18 2011	(r220782)
+++ head/sys/netgraph/ng_sppp.c	Mon Apr 18 14:07:01 2011	(r220783)
@@ -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);


More information about the svn-src-head mailing list