mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
Get rid of force variable in data. context
This commit is contained in:
parent
f9ec232b9b
commit
f2f7dccb90
@ -841,7 +841,6 @@ typedef struct
|
|||||||
|
|
||||||
} user_options_t;
|
} user_options_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
u32 attack_kern;
|
u32 attack_kern;
|
||||||
@ -966,7 +965,6 @@ typedef struct
|
|||||||
|
|
||||||
|
|
||||||
u32 quiet;
|
u32 quiet;
|
||||||
u32 force;
|
|
||||||
u32 pw_min;
|
u32 pw_min;
|
||||||
u32 pw_max;
|
u32 pw_max;
|
||||||
|
|
||||||
|
@ -270,7 +270,6 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
if (1)
|
if (1)
|
||||||
{
|
{
|
||||||
data.force = user_options->force;
|
|
||||||
data.quiet = user_options->quiet;
|
data.quiet = user_options->quiet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user