13
0

Re-throw exception slightly better.

git-svn-id: svn://localhost/ardour2/branches/3.0@7084 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-09 00:46:54 +00:00
parent 542372cd18
commit 45b5b19da2

View File

@ -383,7 +383,7 @@ IO::ensure_ports_locked (ChanCount count, bool clear, void* /*src*/)
catch (AudioEngine::PortRegistrationFailure& err) {
/* pass it on */
throw AudioEngine::PortRegistrationFailure();
throw;
}
_ports.add (port);