Skip to content

Commit dc787b1

Browse files
authored
correcting a double assignment: tbl = tbl = cracker_results_table
1 parent e44f54f commit dc787b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_osx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def check_results(passwords, results, hash_type, method)
9292
end
9393

9494
def run
95-
tbl = tbl = cracker_results_table
95+
tbl = cracker_results_table
9696
cracker = new_password_cracker(action.name)
9797
if action.name == 'auto'
9898
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)