]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Fix a self-comparison identified by gcc 6 23/3123/2
authorGeorge Joseph <gjoseph@digium.com>
Wed, 22 Jun 2016 18:41:57 +0000 (12:41 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 30 Jun 2016 20:05:31 +0000 (15:05 -0500)
commitd0c04c8986c0599d04408517ac5e7eb7c651a6ff
treed4be346e9f242e60e721d33194565e638c1ab07e
parent0d694ce9b8bf8a8769b20e74a695cfafb5f4a1fe
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