From owner-cvs-all Tue Oct 27 14:53:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05580 for cvs-all-outgoing; Tue, 27 Oct 1998 14:53:39 -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 OAA05540; Tue, 27 Oct 1998 14:53:30 -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 OAA15705; Tue, 27 Oct 1998 14:53:25 -0800 (PST) Date: Tue, 27 Oct 1998 14:53:25 -0800 (PST) Message-Id: <199810272253.OAA15705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/10/27 14:53:25 PST Modified files: usr.sbin/ppp chat.c Log: Untimeout the chat expect timer as soon as we get a match - otherwise, with a delayed (\\d) ``send'', the timeout may happen during the send and cause a failure. Problem reported by: David L. Vondrasek Revision Changes Path 1.52 +2 -1 src/usr.sbin/ppp/chat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message