Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Backout previous, I'm on crack obviously.
details: https://anonhg.NetBSD.org/src/rev/fe65096fad5a
branches: trunk
changeset: 543651:fe65096fad5a
user: martin <martin%NetBSD.org@localhost>
date: Sat Mar 01 15:50:15 2003 +0000
description:
Backout previous, I'm on crack obviously.
diffstat:
sys/net/if_pppoe.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 32a86ac7194f -r fe65096fad5a sys/net/if_pppoe.c
--- a/sys/net/if_pppoe.c Sat Mar 01 15:36:22 2003 +0000
+++ b/sys/net/if_pppoe.c Sat Mar 01 15:50:15 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_pppoe.c,v 1.41 2003/03/01 15:24:36 martin Exp $ */
+/* $NetBSD: if_pppoe.c,v 1.42 2003/03/01 15:50:15 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.41 2003/03/01 15:24:36 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_pppoe.c,v 1.42 2003/03/01 15:50:15 martin Exp $");
#include "pppoe.h"
#include "bpfilter.h"
@@ -311,7 +311,6 @@
return NULL;
memcpy(&t, token, len);
- sc = NULL;
LIST_FOREACH(sc, &pppoe_softc_list, sc_list)
if (sc == t) break;
Home |
Main Index |
Thread Index |
Old Index