From owner-freebsd-current Mon May 10 23:30:45 1999 Delivered-To: freebsd-current@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id D1B9314F4B for ; Mon, 10 May 1999 23:30:41 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.2/8.9.2) with ESMTP id HAA27137; Tue, 11 May 1999 07:20:03 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id HAA34245; Tue, 11 May 1999 07:19:31 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905110619.HAA34245@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: chris@calldei.com Cc: Brian Somers , Chuck Robey , current@FreeBSD.ORG Subject: Re: ppp is totally broken In-reply-to: Your message of "Mon, 10 May 1999 13:31:49 CDT." <19990510133149.I22538@holly.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 May 1999 07:19:28 +0100 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, May 9, 1999, Brian Somers wrote: > > [.....] > > > I'm using the 3.1R PPP right now, until the problem is > > > resolved. I'm sending a problem report, as well. > > > > It should be resolved now. A NULL mbuf value is valid - it just > > means that there's nothing in it. I changed fsm_Input() with the > > Wouldn't it be better for *bp to be NULL instead of bp? bp is a ``struct mbuf *''. *bp (a struct mbuf) can't be NULL. [.....] > -- > Chris Costello > Expert systems are built to embody the knowledge of human experts. - Kulawiec -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message