]> 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)
committerN A <mail@interlinked.x10host.com>
Sun, 11 Sep 2022 23:04:43 +0000 (18:04 -0500)
commitf74c459a42533bab9f0421ceea501cc2ddc0d726
tree34a6aae7c42862e91be96db823b52ba8644a6069
parent50ce155749594880e8fa4084d0f4d3622436775e
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