Re: [SSSD] [PATCH] Remove signal event if child was terminated by a signal

2010-05-23 Thread Stephen Gallagher
On 05/21/2010 08:49 AM, Stephen Gallagher wrote: On 05/21/2010 05:31 AM, Sumit Bose wrote: Hi, currently we remove the signal event and call the callbacks only if the child finished normally, i.e. not killed by a signal. This patch changes this and updates ipa_dyndns_child_handler(),

[SSSD] [PATCH] Remove signal event if child was terminated by a signal

2010-05-21 Thread Sumit Bose
Hi, currently we remove the signal event and call the callbacks only if the child finished normally, i.e. not killed by a signal. This patch changes this and updates ipa_dyndns_child_handler(), currently the only callback, accordingly. bye, Sumit From ce8dee004c25f4fe74da7da7d7c2817fc130ff4e Mon