mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-21 18:38:07 +02:00
Fix linter warnings
This commit is contained in:
parent
66868e2501
commit
5c41afd9e3
31 changed files with 131 additions and 116 deletions
|
@ -55,7 +55,7 @@ Server::Server(boost::asio::io_context& io_context, ServerSettings serverSetting
|
|||
void Server::onNewSession(std::shared_ptr<StreamSession> session)
|
||||
{
|
||||
LOG(DEBUG, LOG_TAG) << "onNewSession\n";
|
||||
streamServer_->addSession(std::move(session));
|
||||
streamServer_->addSession(session);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue