Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jage committed Feb 7, 2024
1 parent 5af2e07 commit a2353dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/net/ssh/verifiers/always.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def verify(arguments)

if found_keys.respond_to?(:matches_validity?)
unless found_keys.matches_validity?(arguments[:key])
binding.break
# TODO why not valid?
process_cache_miss(host_keys, arguments, HostKeyUnknown, "Certificate not valid")
end
Expand Down

0 comments on commit a2353dd

Please sign in to comment.