From db1ec96c54d48926df86003554bb907a72c9e507 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 8 Mar 2011 10:30:00 +0100 Subject: [PATCH] Revert "s4:libcli/resolve/dns_ex: make use of double_fork() to avoid SIGCHLD problems." This reverts commit 9e6a749b7085fca55e63405a5d630479e7c582d7. --- source4/libcli/resolve/dns_ex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index 5084116ff10b..86eeb5f5921e 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -612,7 +612,7 @@ struct composite_context *resolve_name_dns_ex_send(TALLOC_CTX *mem_ctx, } tevent_fd_set_auto_close(state->fde); - state->child = double_fork(NULL); + state->child = fork(); if (state->child == (pid_t)-1) { composite_error(c, map_nt_error_from_unix_common(errno)); return c; -- 2.34.1