mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
Get rid of loopback variable in data. context
This commit is contained in:
parent
e4b4855fbd
commit
bdad458c41
@ -970,7 +970,6 @@ typedef struct
|
|||||||
char *new_restore_file;
|
char *new_restore_file;
|
||||||
char *induction_directory;
|
char *induction_directory;
|
||||||
char *outfile_check_directory;
|
char *outfile_check_directory;
|
||||||
u32 loopback;
|
|
||||||
|
|
||||||
u32 machine_readable;
|
u32 machine_readable;
|
||||||
u32 quiet;
|
u32 quiet;
|
||||||
|
@ -277,7 +277,6 @@ int main (int argc, char **argv)
|
|||||||
data.hex_salt = user_options->hex_salt;
|
data.hex_salt = user_options->hex_salt;
|
||||||
data.hex_wordlist = user_options->hex_wordlist;
|
data.hex_wordlist = user_options->hex_wordlist;
|
||||||
data.logfile_disable = user_options->logfile_disable;
|
data.logfile_disable = user_options->logfile_disable;
|
||||||
data.loopback = user_options->loopback;
|
|
||||||
data.machine_readable = user_options->machine_readable;
|
data.machine_readable = user_options->machine_readable;
|
||||||
data.outfile_check_timer = user_options->outfile_check_timer;
|
data.outfile_check_timer = user_options->outfile_check_timer;
|
||||||
data.powertune_enable = user_options->powertune_enable;
|
data.powertune_enable = user_options->powertune_enable;
|
||||||
|
Loading…
Reference in New Issue
Block a user