websockets: shutdown UI event loop is server cannot start

This commit is contained in:
Paul Davis 2020-04-09 15:35:46 -06:00
parent e6febe040a
commit 230ef7596f

View File

@ -112,6 +112,7 @@ ArdourWebsockets::start ()
it != _components.end (); ++it) {
int rc = (*it)->start ();
if (rc != 0) {
BaseUI::quit ();
return -1;
}
}