]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix.c: Change remove_destination_streams() return meaning.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 11 Aug 2017 22:02:07 +0000 (17:02 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 19 Dec 2017 00:55:07 +0000 (18:55 -0600)
commitc18eebcc1113c2a9d6f19a125597e01355b23c5c
tree559fba39bd37334828c25384f236411740154e91
parentd312068ee93ff8ce97b464f3c2ff3304e15cb3fe
bridge_softmix.c: Change remove_destination_streams() return meaning.

The return value of remove_destination_streams() now means we removed a
stream from the topology by making it a dead stream.  Now we won't try to
request a topology change if we didn't remove any streams.

Change-Id: Icd91571d856a1d04299a24c411e325c1d9d5c61d
bridges/bridge_softmix.c