Date: Sat, 21 Jul 2001 09:31:39 -0700 (PDT) From: Hellmuth Michaelis <hm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd msghdl.c Message-ID: <200107211631.f6LGVdF69485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jml@cubical.fi> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107211631.f6LGVdF69485>