more pre-8.0 fixes

This commit is contained in:
vanhauser-thc 2014-04-28 11:45:11 +02:00
parent ebbd664e07
commit 163a499bfe
18 changed files with 74 additions and 76 deletions

View file

@ -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;
}