summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-17 23:38:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-17 23:38:29 +0000
commitf7f7fe111b94d858ee13afc80f056a8a16bfd919 (patch)
tree0a484de974f6f3ea0837dbd9ae3ccf86e2c0cd2e
parent3cfd1dbc21aaf3cd056e0c6dff60c972e4bfeae8 (diff)
Notes
-rw-r--r--sys/net/if_sl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index 7167335e65ac..0fe601bfcd06 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_sl.c 8.6 (Berkeley) 2/1/94
- * $Id: if_sl.c,v 1.30 1995/09/09 18:10:24 davidg Exp $
+ * $Id: if_sl.c,v 1.31 1995/09/10 12:22:59 bde Exp $
*/
/*
@@ -526,7 +526,6 @@ slstart(tp)
splx(s);
if (m == NULL)
return 0;
- sc->sc_flags &= ~SC_OUTWAIT;
/*
* We do the header compression here rather than in sloutput
@@ -590,6 +589,7 @@ slstart(tp)
continue;
}
+ sc->sc_flags &= ~SC_OUTWAIT;
/*
* The extra FRAME_END will start up a new packet, and thus
* will flush any accumulated garbage. We do this whenever