mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-06 04:51:40 -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;
|
||||
|
|
2
hydra.c
2
hydra.c
|
@ -305,7 +305,7 @@ typedef struct {
|
|||
} hydra_portlist;
|
||||
|
||||
// external vars
|
||||
extern char HYDRA_EXIT[5];
|
||||
extern char *HYDRA_EXIT;
|
||||
#if !defined(ANDROID) && !defined(__BIONIC__)
|
||||
extern int32_t errno;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue