1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r23447: Add kill signal to child dead path. After talking

to Jerry add to 3.0.25b.
Jeremy.
This commit is contained in:
Jeremy Allison 2007-06-12 19:47:33 +00:00 committed by Gerald (Jerry) Carter
parent 5b983957e3
commit ade91e78cb

View File

@ -188,6 +188,9 @@ static void async_request_timeout_handler(struct event_context *ctx,
state->child->pid ));
winbind_child_died(state->child->pid);
/* Send kill signal to child. */
kill(state->child->pid, SIGTERM);
}
static void async_request_sent(void *private_data_data, BOOL success)