Skip to content

Commit

Permalink
Add initialization of _kind of connection in Media Proxy (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Ilichev <[email protected]>
  • Loading branch information
ko80 authored Nov 12, 2024
1 parent 4d22cab commit 8336d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media-proxy/src/mesh/conn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace connection {
Connection::Connection()
{
_kind = Kind::undefined;
_link = nullptr;
_state = State::not_configured;
_status = Status::initial;
setting_link = false;
Expand Down

0 comments on commit 8336d35

Please sign in to comment.