Skip to content
Unverified Commit cf013003 authored by Andre Heinecke's avatar Andre Heinecke
Browse files

Fix findSubkeyByKeygrip for unknwon protocol

When std::equal_range does not find a match
it is not neccessarily the last element that
is returned because the first is pointing to
the first element that is not less than value.
If this is equal to the second pointing to the
first element greater than value. We have the
situation that first != end but it does
not have the grip searched for.
parent 35f4f2d8
Pipeline #169349 passed with stage
in 1 minute and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment