diff options
| author | Roman Kurakin <rik@FreeBSD.org> | 2004-06-28 15:32:24 +0000 |
|---|---|---|
| committer | Roman Kurakin <rik@FreeBSD.org> | 2004-06-28 15:32:24 +0000 |
| commit | e874bf6648fbe7337498d1f84effd80450f6f4c8 (patch) | |
| tree | c840167789c7b8460eb1cd58ce08599718885ff3 | |
| parent | 88c3541690980f08bc880ad63c399bb5642bc33d (diff) | |
Notes
| -rw-r--r-- | sys/net/if_spppsubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 08211725194f..bfc01f0b9f77 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -720,7 +720,7 @@ sppp_input(struct ifnet *ifp, struct mbuf *m) if (debug) log(LOG_DEBUG, SPP_FMT "protocol queue overflow\n", SPP_ARGS(ifp)); - goto drop; + goto drop2; } if (do_account) /* |
