Fix another possible case of illegal use of reserved port-names
authorRobin Gareus <robin@gareus.org>
Wed, 10 May 2017 18:28:47 +0000 (20:28 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 10 May 2017 18:29:08 +0000 (20:29 +0200)
commitc0b54e868fea0eb3b8a940e680aebc655486e5c3
tree203aaf345a271166f2f51955da83f64c06281ad4
parenta82cfd24612d2143f8ed77b39fd459f060e5a5c4
Fix another possible case of illegal use of reserved port-names

Session::io_name_is_legal() is used for Routes and Processors:
Route::set_name(), ProcessorBox::rename_processor() and
and Route::ensure_track_or_route_name() -- it is not used for actual
I/O objects.
libs/ardour/session.cc