mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-09 23:26:47 +02:00
Terminate client if host is empty and no mDNS
This commit is contained in:
parent
a7c945ad53
commit
f743ae717f
2 changed files with 8 additions and 2 deletions
|
@ -327,6 +327,6 @@ int main(int argc, char* argv[])
|
|||
exitcode = EXIT_FAILURE;
|
||||
}
|
||||
Config::instance().save();
|
||||
LOG(NOTICE) << "daemon terminated." << endl;
|
||||
LOG(NOTICE) << "Snapserver terminated." << endl;
|
||||
exit(exitcode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue