s4:libcli/resolve: don't ignore SIGCHLD anymore
authorStefan Metzmacher <metze@samba.org>
Mon, 6 Oct 2008 07:18:50 +0000 (09:18 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 16 Nov 2008 15:22:08 +0000 (16:22 +0100)
commit8c2c62c5eaf7c6adc445950f4917208dc4bced87
treed5f953e5508396b9b857b700724236c19aa1ffb5
parent45cf68ce8f9426757c37a8352f9d9104be814407
s4:libcli/resolve: don't ignore SIGCHLD anymore

This broke ldbedit against a LDAP server,
as the editor is called by "system()" which relies
on getting something useful out of waitpid().

TODO: we should create a generic infrastructure to
      handle temporary forks and integrate the signal
      handling with signal events there.

metze
source4/libcli/resolve/host.c