Fix stuck connection block when template load fails.
authorRobin Gareus <robin@gareus.org>
Mon, 26 Nov 2018 20:45:06 +0000 (21:45 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 26 Nov 2018 20:45:06 +0000 (21:45 +0100)
commit5531a440c990391241292a864f9c71d3b7625c45
treed9026a49e39add808328c935af4159d803527363
parentdce81aecc54b9ed286ec502a2e45f4da6200d056
Fix stuck connection block when template load fails.

Session::new_route_from_template() unconditionally calls
IO::disable_connecting(), and needs to be reverted likewise
(no RAII here).
libs/ardour/session.cc