From 5a269c8a7e26638b8f896d1601618e5253776958 Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 26 Jun 2004 22:24:16 +0000 Subject: Having moved metadata usage to mbuf tags, remove code that supports the old way of doing it. Submitted by: Gleb Smirnoff --- sys/netgraph/ng_pppoe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netgraph/ng_pppoe.c') diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 5a7a3f2..31287da 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -942,8 +942,8 @@ send_sessionid(sessp sp) /* * Receive data, and do something with it. - * The caller will never free m or meta, so - * if we use up this data or abort we must free BOTH of these. + * The caller will never free m, so if we use up this data + * or abort we must free it. */ static int ng_pppoe_rcvdata(hook_p hook, item_p item) -- cgit v1.1