Skip to content

Commit

Permalink
Move accept handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sdamm committed Sep 1, 2018
1 parent c0f915b commit 255b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asio/ssl/dtls/acceptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ class acceptor
socket<DatagramSocketType>& sock,
asio::mutable_buffer buffer)
: acceptor_(acc)
, ah_(ah)
, ah_(std::move(ah))
, sock_(sock)
, buffer_(buffer)
{
Expand Down

0 comments on commit 255b7ae

Please sign in to comment.