mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Start with the original device name
This commit is contained in:
parent
afdc3fac74
commit
f3984b7413
@ -342,7 +342,7 @@ tuning_db_entry_t *tuning_db_search (hashcat_ctx_t *hashcat_ctx, const char *dev
|
||||
|
||||
char *alias_name = NULL;
|
||||
|
||||
for (i = device_name_length - 1; i >= 1; i--)
|
||||
for (i = device_name_length; i >= 1; i--)
|
||||
{
|
||||
device_name_nospace[i] = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user