Skip to content

Commit 6ccc495

Browse files
authored
correcting a double assignment: tbl = tbl = cracker_results_table
1 parent 6c9f8ef commit 6ccc495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/analyze/crack_aix.rb

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

8888
def run
89-
tbl = tbl = cracker_results_table
89+
tbl = cracker_results_table
9090
cracker = new_password_cracker(action.name)
9191
if action.name == 'auto'
9292
@cracker_type = cracker.get_type

0 commit comments

Comments
 (0)