From owner-cvs-all Sat Jul 21 9:31:43 2001 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 94A0337B407; Sat, 21 Jul 2001 09:31:39 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6LGVdF69485; Sat, 21 Jul 2001 09:31:39 -0700 (PDT) (envelope-from hm) Message-Id: <200107211631.f6LGVdF69485@freefall.freebsd.org> From: Hellmuth Michaelis Date: Sat, 21 Jul 2001 09:31:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd msghdl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/07/21 09:31:39 PDT Modified files: usr.sbin/i4b/isdnd msghdl.c Log: Another hangup bugfix from Juha: Problem 1 is that the config entry hangup flag is zeroed only at CONNECT_ACTIVE_IND in msghdl.c. If any (other) call is disconnected after EV_MDO and before CONNECT_ACTIVE_IND, the cleanup routine will disconnect the in-progress dialout as well, if its hangup flag is nonzero (which it is likely to be) after the previous incarnation of the cfg entry. Patch-1 fixes this by clearing the hangup flag as soon as a cfg entry is reserved for the call. Submitted by: Juha-Matti Liukkonen Revision Changes Path 1.8 +5 -1 src/usr.sbin/i4b/isdnd/msghdl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message