Changed send/deliver role "Personal" to "Foldback" so bus type can match

This commit is contained in:
Len Ovens 2018-11-12 21:40:29 -08:00
parent e9013c0f99
commit f27ca29d6c
9 changed files with 23 additions and 23 deletions

View file

@ -2719,7 +2719,7 @@ ProcessorBox::choose_aux (boost::weak_ptr<Route> wr)
}
if (target->is_listenbus ()) {
_route->add_personal_send (target);
_route->add_foldback_send (target);
} else {
_session->add_internal_send (target, _placement, _route);
}