PERFORCE change 50357 for review

Robert Watson rwatson at FreeBSD.org
Sun Apr 4 14:54:39 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=50357

Change 50357 by rwatson at rwatson_paprika on 2004/04/04 14:54:12

	Back out an odd local change in netperf_socket.

Affected files ...

.. //depot/projects/netperf_socket/sys/netgraph/ng_l2tp.c#2 edit

Differences ...

==== //depot/projects/netperf_socket/sys/netgraph/ng_l2tp.c#2 (text+ko) ====

@@ -37,7 +37,7 @@
  * 
  * Author: Archie Cobbs <archie at freebsd.org>
  *
- * $FreeBSD: src/sys/netgraph/ng_l2tp.c,v 1.6 2003/04/04 12:12:34 des Exp $
+ * $FreeBSD: src/sys/netgraph/ng_l2tp.c,v 1.7 2004/04/04 21:33:09 archie Exp $
  */
 
 /*
@@ -206,7 +206,7 @@
 /* Parse type for struct ng_l2tp_stats */
 static const struct ng_parse_struct_field
 	ng_l2tp_stats_type_fields[] = NG_L2TP_STATS_TYPE_INFO;
-static const struct ng_parse_type ng_pptp_stats_type = {
+static const struct ng_parse_type ng_l2tp_stats_type = {
 	&ng_parse_struct_type,
 	&ng_l2tp_stats_type_fields
 };
@@ -246,7 +246,7 @@
 	  NGM_L2TP_GET_STATS,
 	  "getstats",
 	  NULL,
-	  &ng_pptp_stats_type
+	  &ng_l2tp_stats_type
 	},
 	{
 	  NGM_L2TP_COOKIE,
@@ -260,7 +260,7 @@
 	  NGM_L2TP_GETCLR_STATS,
 	  "getclrstats",
 	  NULL,
-	  &ng_pptp_stats_type
+	  &ng_l2tp_stats_type
 	},
 	{
 	  NGM_L2TP_COOKIE,


More information about the p4-projects mailing list