mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
typos again, too much copies and pastes...
This commit is contained in:
parent
1c4953f2c1
commit
c1beb2edb0
1 changed files with 1 additions and 2 deletions
3
hydra.h
3
hydra.h
|
@ -206,9 +206,8 @@ typedef struct {
|
||||||
char *server;
|
char *server;
|
||||||
char *service;
|
char *service;
|
||||||
char bfg;
|
char bfg;
|
||||||
_Bool rainy;
|
int8_t rainy;
|
||||||
int32_t skip_redo;
|
int32_t skip_redo;
|
||||||
_Bool rainy;
|
|
||||||
} hydra_option;
|
} hydra_option;
|
||||||
|
|
||||||
#define _HYDRA_H
|
#define _HYDRA_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue