Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Dec 12, 2023
1 parent 7e88279 commit 58f79c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/smb/smb_enum_gpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def run_host(ip)
end
rescue ::Exception => e
print_error("#{simple.address}: #{e.class} #{e}")
u ensure
ensure
disconnect
end
end
Expand Down

0 comments on commit 58f79c7

Please sign in to comment.