Date: Sun, 4 Apr 2004 14:54:38 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 50357 for review Message-ID: <200404042154.i34LsbCv041408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50357 Change 50357 by rwatson@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@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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404042154.i34LsbCv041408>