mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Cleanup
- .deb work - update package creation - added hyperion package icon - remove V4L2 warning for OSX build
This commit is contained in:
@@ -97,7 +97,7 @@ void FlatBufferServer::stopServer()
|
||||
if(_server->isListening())
|
||||
{
|
||||
// close client connections
|
||||
for(auto client : _openConnections)
|
||||
for(const auto& client : _openConnections)
|
||||
{
|
||||
client->forceClose();
|
||||
}
|
||||
|
Reference in New Issue
Block a user