]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr.c: Replace redundant check with an ast_assert()
authorRichard Mudgett <rmudgett@digium.com>
Tue, 3 Oct 2017 21:09:58 +0000 (16:09 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 9 Oct 2017 18:34:10 +0000 (13:34 -0500)
commitd1b63e232330023e42e92e3e1f3b947624fcd399
tree489afb1552fa3871ef78efb80122a51c2c2d9b9d
parent5b4fc0699a52dc60efa9a635a2aa175d05bff634
cdr.c: Replace redundant check with an ast_assert()

The only caller of cdr_object_fn_table.process_party_b() explicitly does
the check before calling.

Change-Id: Ib0c53cdf5048227842846e0df9d2c19117c45618
main/cdr.c