mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
fix for -K
This commit is contained in:
parent
4cda4ca189
commit
74b78c5322
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -1376,7 +1376,7 @@ void hydra_kill_head(int32_t head_no, int32_t killit, int32_t fail) {
|
|||
void hydra_increase_fail_count(int32_t target_no, int32_t head_no) {
|
||||
int32_t i, k, maxfail = 0;
|
||||
|
||||
if (target_no < 0)
|
||||
if (target_no < 0 || hydra_options.skip_redo)
|
||||
return;
|
||||
|
||||
if (hydra_targets[target_no]->ok) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue