]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix a self-comparison identified by gcc 6 81/3081/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:46:53 +0000 (13:46 -0500)
commit9548ccca0e56470c9a32360da73f687ae05376f5
tree139e4ca5699496e6e7be12d987629e3880ec7f8d
parentff2573bc3a71abddee79914cc88bb2f09fdf2ec4
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