Skip to content

Commit aeb8f94

Browse files
committed
Fixed an issue with doubly setting the seqnum
1 parent 17ba556 commit aeb8f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/mysql/impl/internal/sansio/handshake.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class handshake_algo
375375
{
376376
// The plugin wants us to read another packet
377377
BOOST_ASSERT(act.type() == next_action_type::read);
378-
BOOST_MYSQL_YIELD(resume_point_, 10, st.read(sequence_number_))
378+
BOOST_MYSQL_YIELD(resume_point_, 10, act)
379379
}
380380

381381
// If we got here, we've successfully read a packet. Deserialize it

0 commit comments

Comments
 (0)