From bdad458c4101cab3819df4b3246469d8b97ea579 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 22 Sep 2016 14:55:30 +0200 Subject: [PATCH] Get rid of loopback variable in data. context --- include/types.h | 1 - src/hashcat.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/types.h b/include/types.h index c09970acd..70532fa74 100644 --- a/include/types.h +++ b/include/types.h @@ -970,7 +970,6 @@ typedef struct char *new_restore_file; char *induction_directory; char *outfile_check_directory; - u32 loopback; u32 machine_readable; u32 quiet; diff --git a/src/hashcat.c b/src/hashcat.c index 19b37f7bd..5ea769dcd 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -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;