Commit 181ad3a9 authored by Jakub Adam's avatar Jakub Adam Committed by Philip Withnall

candidate: use distinct priority also for non-MS compatibilities

Maniphest Tasks: T3324

Reviewers: pwithnall

Projects: #libnice

Reviewed By: pwithnall

Differential Revision: https://phabricator.freedesktop.org/D239
parent 799b322d
...@@ -216,7 +216,8 @@ nice_candidate_ice_local_preference (const NiceCandidate *candidate) ...@@ -216,7 +216,8 @@ nice_candidate_ice_local_preference (const NiceCandidate *candidate)
break; break;
} }
return nice_candidate_ice_local_preference_full (direction_preference, 1); return nice_candidate_ice_local_preference_full (direction_preference,
nice_candidate_ip_local_preference (candidate));
} }
static guint32 static guint32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment