aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-09 17:33:58 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-09 18:18:45 +0200
commit612f387fc93818877063dbd221803c9528f3413b (patch)
tree9ccfb8fa52e0d4b0f3f771720c3b56d2df2202a0 /src/common/oml.c
parented966f0428065c758917e5255b5d0859cd5b99c5 (diff)
rsl: Fix the audio handling after the 'alignment' handling fix
The issue got introduced in fcdba6bfaca9e016f35fc9fa826948ec74f66121 when moving from the uint32_t pointer to a plain int. The code was now like this: if (connect_ip > 0) { if (connect_ip == 0) lookup_ip_based_on_rsl ... Coverity detected this as logically dead code and it was breaking audio handling for the osmo-bsc case. Remove the tristate handling, the RSL behavior is that leaving out port/ip is like specifying it as zero. Fixes: Coverity CID 1040769
Diffstat (limited to 'src/common/oml.c')
0 files changed, 0 insertions, 0 deletions