X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source4%2Flibcli%2Fresolve%2Fdns_ex.c;h=86eeb5f5921eef2a166eb26561a8e868b2921811;hb=db1ec96c54d48926df86003554bb907a72c9e507;hp=5084116ff10b33b03e2385968fb6fa2c3d1cfcc5;hpb=40837e4da876807adac68073d854f238f03ec786;p=metze%2Fsamba%2Fwip.git 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;