mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
enabled child crash reporting
This commit is contained in:
parent
c56d87d4da
commit
b32f0c0633
1 changed files with 2 additions and 2 deletions
4
hydra.c
4
hydra.c
|
@ -955,8 +955,8 @@ void killed_childs(int32_t signo) {
|
|||
}
|
||||
|
||||
void killed_childs_report(int32_t signo) {
|
||||
if (debug)
|
||||
printf("[DEBUG] children crashed! (%d)\n", child_head_no);
|
||||
//if (debug)
|
||||
printf("[ERROR] children crashed! (%d)\n", child_head_no);
|
||||
fck = write(child_socket, "E", 1);
|
||||
_exit(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue