Merge "res/res_stasis: Fix accidental subscription to 'all' bridge topic"

This commit is contained in:
Matt Jordan
2015-09-28 08:36:09 -05:00
committed by Gerrit Code Review

View File

@@ -1294,7 +1294,9 @@ int stasis_app_exec(struct ast_channel *chan, const char *app_name, int argc,
if (bridge != last_bridge) {
app_unsubscribe_bridge(app, last_bridge);
app_subscribe_bridge(app, bridge);
if (bridge) {
app_subscribe_bridge(app, bridge);
}
}
if (bridge) {