1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Get rid of loopback variable in data. context

This commit is contained in:
jsteube 2016-09-22 14:55:30 +02:00
parent e4b4855fbd
commit bdad458c41
2 changed files with 0 additions and 2 deletions

View File

@ -970,7 +970,6 @@ typedef struct
char *new_restore_file;
char *induction_directory;
char *outfile_check_directory;
u32 loopback;
u32 machine_readable;
u32 quiet;

View File

@ -277,7 +277,6 @@ int main (int argc, char **argv)
data.hex_salt = user_options->hex_salt;
data.hex_wordlist = user_options->hex_wordlist;
data.logfile_disable = user_options->logfile_disable;
data.loopback = user_options->loopback;
data.machine_readable = user_options->machine_readable;
data.outfile_check_timer = user_options->outfile_check_timer;
data.powertune_enable = user_options->powertune_enable;