]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_frame_trace: Remove bogus assertion.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 8 Sep 2022 14:12:34 +0000 (14:12 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 12 Sep 2022 12:49:35 +0000 (07:49 -0500)
commit6c73d3bc08831de3419ae574efc230c3ae1b192b
tree3f18b7f9d06131cbcf0170053d96fe4951f4802b
parent063722a64b55c6bf6f8879f13eeeec27b0f55da9
func_frame_trace: Remove bogus assertion.

The FRAME_TRACE function currently asserts if it sees
a MASQUERADE_NOTIFY. However, this is a legitimate thing
that can happen so asserting is inappropriate, as there
are no clear negative ramifications of such a thing. This
is adjusted to be like the other frames to print out
the subclass.

ASTERISK-30210 #close

Change-Id: I8ecbdcf17e35f64bdeab42868471f581ad1d1a56
funcs/func_frame_trace.c