]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] Fix ICE candidate priorities 875/head
authorAlexander Traud <pabstraud@compuserve.com>
Sun, 27 Sep 2020 11:04:31 +0000 (13:04 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 11:04:31 +0000 (13:04 +0200)
commitac8ef6ba1e7f429a5010b6f78d54fe0fa13995b9
treeb56ed2456959af2f2d85d55ae587477ebe554baf
parente10126942e9c605a4ab9f1122b4cce95e6cf73f5
[core] Fix ICE candidate priorities

Seven years ago, commit cb076e6 used xor as pow. The compiler Clang 10
errors about this copy-paste-error from RFC 5245 section 4.1.2.1. Now,
Clang compiles successfully.
src/switch_core_media.c