Skip to content

Commit e44f54f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_linux.rb

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

103103
def run
104-
tbl = tbl = cracker_results_table
104+
tbl = cracker_results_table
105105
cracker = new_password_cracker(action.name)
106106
if action.name == 'auto'
107107
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)