From owner-cvs-all Mon Nov 6 20:30:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E87DC37B4CF; Mon, 6 Nov 2000 20:30:42 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA22653; Mon, 6 Nov 2000 20:30:42 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200011070430.UAA22653@freefall.freebsd.org> From: Brian Somers Date: Mon, 6 Nov 2000 20:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h udp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/11/06 20:30:42 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ccp.c ccp.h udp.c Log: MFC: Pass the correct output options to the ccp output initialisation routine rather than passing it the first requested output option. Ensure that options are freed correctly even if we don't reach TLU. Handle being given a connect()ed udp descriptor as stdin rather than assuming it's unconnected. Revision Changes Path 1.56.2.2 +22 -3 src/usr.sbin/ppp/ccp.c 1.22.4.2 +3 -3 src/usr.sbin/ppp/ccp.h 1.10.4.2 +31 -10 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message