From owner-cvs-all Tue Feb 10 14:35:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00787 for cvs-all-outgoing; Tue, 10 Feb 1998 14:35:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00768; Tue, 10 Feb 1998 14:35:10 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA12518; Tue, 10 Feb 1998 14:33:44 -0800 (PST) Date: Tue, 10 Feb 1998 14:33:44 -0800 (PST) Message-Id: <199802102233.OAA12518@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/02/10 14:33:44 PST Modified files: usr.sbin/ppp main.c Log: Move handle_signals() to before the FD_SETs. handle_signals() may result in a our modem closing after it's made its way into the fd_set, resulting in a program exit (with select(): bad file descriptor) rather than a dropped link. Revision Changes Path 1.122 +6 -3 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message