Skip to content

Commit

Permalink
Fix unused parameter in SecureTunnel (#783)
Browse files Browse the repository at this point in the history
* fix unused onStreamStopped parameter
  • Loading branch information
sbSteveK authored Mar 3, 2025
1 parent 2f57096 commit c487f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secure_tunneling/source/SecureTunnel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ namespace Aws
m_OnDataReceive = std::move(onDataReceive);
m_OnStreamStarted = std::move(onStreamStarted);
m_OnStreamStart = std::move(onStreamStart);
m_OnStreamStopped = std::move(onStreamStopped);
m_OnStreamReset = std::move(onStreamReset);
m_OnConnectionStarted = std::move(onConnectionStarted);
m_OnConnectionReset = std::move(onConnectionReset);
Expand Down

0 comments on commit c487f7d

Please sign in to comment.