mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 17:16:42 +02:00
init active to false
This commit is contained in:
parent
b84762c1f5
commit
ce303d1ebb
3 changed files with 6 additions and 3 deletions
|
@ -26,7 +26,8 @@ using namespace std;
|
|||
|
||||
|
||||
|
||||
ControlSession::ControlSession(ControlMessageReceiver* receiver, std::shared_ptr<tcp::socket> socket) : messageReceiver_(receiver)
|
||||
ControlSession::ControlSession(ControlMessageReceiver* receiver, std::shared_ptr<tcp::socket> socket) :
|
||||
active_(false), messageReceiver_(receiver)
|
||||
{
|
||||
socket_ = socket;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue