s3:winbind killed winbind child logs back trace
[obnox/samba-ctdb.git] / source3 / winbindd / winbindd_dual.c
index efe15138bb936369ed8ea1b26bcc9e9918202b09..872ab1ce4231b661c4048b806f14cf36a54545e7 100644 (file)
@@ -206,7 +206,7 @@ static void async_request_fail(struct winbindd_async_request *state)
        if ((state->child->pid != (pid_t)0) &&
                        (state->child->pid != (pid_t)-1) &&
                        (state->child->pid == state->child_pid)) {
-               kill(state->child_pid, SIGTERM);
+               kill(state->child_pid, SIGXCPU);
 
                /* 
                 * Close the socket to the child.