mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix various spelling and typography errors
taken from Debian; the changes were authored by: * Julián Moreno Patiño <julian@debian.org> * Daniel Echeverry <epsilon77@gmail.com>
This commit is contained in:
parent
21ae638382
commit
0e6ef089db
16 changed files with 20 additions and 20 deletions
|
@ -290,7 +290,7 @@ void service_smtp(char *ip, int32_t sp, unsigned char options, char *miscptr, FI
|
|||
if ((buf = hydra_receive_line(sock)) == NULL)
|
||||
hydra_child_exit(2);
|
||||
if (strstr(buf, "220") == NULL) {
|
||||
hydra_report(stderr, "[WARNING] SMTP does not allow to connect: %s\n", buf);
|
||||
hydra_report(stderr, "[WARNING] SMTP does not allow connecting: %s\n", buf);
|
||||
free(buf);
|
||||
hydra_child_exit(2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue