]> 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:33:52 +0000 (13:33 -0500)
commit128f7ffaa2d736a7b16673fd59c2d415cdd0607c
tree4fa17d5eb8691d141721ca7217dcac22dd49ffc3
parent39b68a41f7238049f8df0b930f8e03a4df0f79c2
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