Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Fix pasto reported in kern/12241 by Michael van Elst.



details:   https://anonhg.NetBSD.org/src/rev/3cc40ac4949d
branches:  trunk
changeset: 504364:3cc40ac4949d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 28 14:08:35 2001 +0000

description:
Fix pasto reported in kern/12241 by Michael van Elst.

diffstat:

 sys/net/if_tokensubr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6d5040d3a81f -r 3cc40ac4949d sys/net/if_tokensubr.c
--- a/sys/net/if_tokensubr.c    Wed Feb 28 11:55:39 2001 +0000
+++ b/sys/net/if_tokensubr.c    Wed Feb 28 14:08:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tokensubr.c,v 1.15 2001/01/17 00:30:52 thorpej Exp $        */
+/*     $NetBSD: if_tokensubr.c,v 1.16 2001/02/28 14:08:35 wiz Exp $    */
 
 /*
  * Copyright (c) 1997-1999
@@ -457,7 +457,7 @@
 send:
 #endif
 
-       len = m->m_flags;
+       mflags = m->m_flags;
        len = m->m_pkthdr.len;
        s = splimp();
        /*



Home | Main Index | Thread Index | Old Index