mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
websockets: shutdown UI event loop is server cannot start
This commit is contained in:
parent
e6febe040a
commit
230ef7596f
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ ArdourWebsockets::start ()
|
|||
it != _components.end (); ++it) {
|
||||
int rc = (*it)->start ();
|
||||
if (rc != 0) {
|
||||
BaseUI::quit ();
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue