From owner-cvs-all Thu Dec 2 22:34:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED5C414D2A; Thu, 2 Dec 1999 22:34:40 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA58042; Thu, 2 Dec 1999 22:33:12 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199912030633.WAA58042@freefall.freebsd.org> From: Brian Somers Date: Thu, 2 Dec 1999 22:33:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chat.c chat.h datalink.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/12/02 22:33:12 PST Modified files: usr.sbin/ppp chat.c chat.h datalink.c Log: Be careful not to re-initialise `struct stat' while it still has a running timer. This fixes a problem where a dial is manually aborted, the hangup script kicks in and the chat timer ends up on the timer queue twice (tick tick tick tick *boom*) Revision Changes Path 1.65 +24 -9 src/usr.sbin/ppp/chat.c 1.14 +4 -3 src/usr.sbin/ppp/chat.h 1.54 +17 -17 src/usr.sbin/ppp/datalink.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message