mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 10:37:27 -07:00
Fixing distinct used types
This commit is contained in:
parent
392bb0e3b3
commit
d01f473d2e
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ int32_t do_retry = 1;
|
|||
int32_t module_auth_type = -1;
|
||||
int32_t intern_socket, extern_socket;
|
||||
char pair[260];
|
||||
char HYDRA_EXIT[5] = "\x00\xff\x00\xff\x00";
|
||||
char *HYDRA_EXIT = "\x00\xff\x00\xff\x00";
|
||||
char *HYDRA_EMPTY = "\x00\x00\x00\x00";
|
||||
char *fe80 = "\xfe\x80\x00";
|
||||
int32_t fail = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue