mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
resolve compiler warnings identified by gcc 9.3.0
This commit is contained in:
parent
981e19852b
commit
7f19248e34
2 changed files with 1 additions and 5 deletions
4
hydra.c
4
hydra.c
|
@ -610,10 +610,6 @@ void help_bfg() {
|
|||
|
||||
void module_usage() {
|
||||
int32_t i;
|
||||
if (!hydra_options.service) {
|
||||
printf("The Module %s does not need or support optional parameters\n", hydra_options.service);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
printf("\nHelp for module "
|
||||
"%s:\n================================================================"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue