Date: Tue, 25 Mar 2003 05:50:08 -0800 (PST) From: Giorgos Keramidas <keramida@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login Message-ID: <200303251350.h2PDo8aI012917@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR kern/50266; it has been noted by GNATS.
From: Giorgos Keramidas <keramida@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: kern/50266: HA: kern/50163: debug screen appear when dial-in user try to login
Date: Tue, 25 Mar 2003 15:43:01 +0200
Adding to audit trail:
: Date: Tue, 25 Mar 2003 11:19:30 +0300 (MSK)
: From: Maxim Konovalov <maxim@macomnet.ru>
: To: "Starkov, Ilya" <Ilya.Starkov@cpcpipe.ru>
: Cc: Ilia Starkov <star0413@ns4.cpcpipe.ru>, bug-followup@freebsd.org
: Message-Id: <20030325111632.K25513@news1.macomnet.ru>
: In-Reply-To: <60589E0AE962564BB7EA5CC5F553112B074F14@m42mxs00.cpcpipe.ru>
:
: Hello,
:
: Please show ident /usr/src/sys/net/if_ppp.c output. Look, the patch is
: really simply, you can apply it by hands.
:
: The latest revision of if_ppp.c is rev. 1.90 from 4 Mar 2003. Here is
: a patch for it.
:
: Index: sys/net/if_ppp.c
: ===================================================================
: RCS file: /home/ncvs/src/sys/net/if_ppp.c,v
: retrieving revision 1.90
: diff -u -r1.90 if_ppp.c
: --- sys/net/if_ppp.c 4 Mar 2003 23:19:51 -0000 1.90
: +++ sys/net/if_ppp.c 25 Mar 2003 08:15:37 -0000
: @@ -1571,7 +1571,7 @@
: rv = IF_HANDOFF(&sc->sc_inq, m, NULL);
: else
: rv = netisr_queue(isr, m);
: - if (rv) {
: + if (!rv) {
: if (sc->sc_flags & SC_DEBUG)
: if_printf(ifp, "input queue full\n");
: ifp->if_iqdrops++;
:
: %%%
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303251350.h2PDo8aI012917>
