]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix a self-comparison identified by gcc 6 79/3079/1
authorGeorge Joseph <gjoseph@digium.com>
Wed, 22 Jun 2016 18:41:57 +0000 (12:41 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 22 Jun 2016 18:41:57 +0000 (12:41 -0600)
commit48db4c215924f2881f6eef79ae120f6a3166ad63
treec78768505e445d84d0c7363328cb8b4daabda571
parentdfcd466bf03104c570c501af1571654370e50de7
res_rtp_asterisk:  Fix a self-comparison identified by gcc 6

gcc 6 caught a previously unidentified self-comparison in
ice_candidate_cmp.  Fixed it and re-ordered the predicates for better
short-circuiting.

ASTERISK-26140 #close

Change-Id: I3da713c568e24064430257b3502fbdafd35af7a7
res/res_rtp_asterisk.c