mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
more pre-8.0 fixes
This commit is contained in:
parent
ebbd664e07
commit
163a499bfe
18 changed files with 74 additions and 76 deletions
|
@ -55,7 +55,7 @@ char *hydra_mysql_receive_line(int socket) {
|
|||
}
|
||||
if (i <= 0) {
|
||||
if (debug)
|
||||
hydra_report_debug(stderr, "DEBUG_RECV_BEGIN|%s|END\n", buff);
|
||||
hydra_report_debug(stderr, "DEBUG_RECV_BEGIN||END\n");
|
||||
free(buff);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue