From owner-cvs-usrsbin Tue Oct 14 18:03:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA01710 for cvs-usrsbin-outgoing; Tue, 14 Oct 1997 18:03:42 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA01603; Tue, 14 Oct 1997 18:02:17 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA18499; Tue, 14 Oct 1997 18:01:19 -0700 (PDT) Date: Tue, 14 Oct 1997 18:01:19 -0700 (PDT) Message-Id: <199710150101.SAA18499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/14 18:01:19 PDT Modified files: usr.sbin/ppp lcp.c Log: Initialise LCP, IPCP and CCP as soon as LCP is down. Without this, in -auto mode, we stay in ST_STOPPING and never check our dial filters to see if it's time to bring the line up again. This may make "set stopped" redundant. Revision Changes Path 1.39 +4 -1 src/usr.sbin/ppp/lcp.c