mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
fix
This commit is contained in:
parent
748ee9c422
commit
c5c8d06c5e
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -2182,7 +2182,7 @@ int main(int argc, char *argv[]) {
|
|||
break;
|
||||
case 'R':
|
||||
hydra_options.restore = 1;
|
||||
if (argc != 2)
|
||||
if (argc > 2 + debug + verbose)
|
||||
bail("no option may be supplied together with -R");
|
||||
break;
|
||||
case 'd':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue