commit | cf3d80a01f1f21538148cb9a5569b678dad0848b | [log] [tgz] |
---|---|---|
author | Roman Smirnov <r.smirnov@omp.ru> | Wed Jul 10 14:31:48 2024 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Jul 10 10:15:35 2024 -0400 |
tree | 2e366dcfacc40a3393bc427af4c32bda6142de71 | |
parent | 7ffc08dd78d68eff15bb77e43efbc1b606fb4fd8 [diff] |
client/player: fix the order of args in cmd_register_endpoint() Based on the function prototype, ep->cid and ep->vid should be swapped. Found with the SVACE static analysis tool.