mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
Fix initialization of pool struct variable
This commit is contained in:
parent
85d51ba494
commit
5ea9c47bb5
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ int32_t service_pop3_init(char *ip, int32_t sp, unsigned char options, char *mis
|
|||
|
||||
p.pop3_auth_mechanism = AUTH_CLEAR;
|
||||
p.disable_tls = 1;
|
||||
p.next = NULL;
|
||||
memcpy(p.ip, ip, 36);
|
||||
|
||||
if ((options & OPTION_SSL) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue