[SSSD] [PATCH] IPA: Don't call tevent_req_post outside _send

Pavel Březina pbrezina at redhat.com
Thu Feb 20 12:29:11 UTC 2014


On 02/19/2014 03:12 PM, Jakub Hrozek wrote:
> Hi,
>
> I managed to make the AD lookup fail while testing Sumit's recent
> patches and the sssd_be process failed. I believe the extra
> tevent_req_post is to blame, see the attached patch.

ipa_get_ad_acct_ad_part_done() is used only as a callback for subreq, 
thus when the callback is fired we are long gone from _send. 
tevent_req_post() should not be called here.

ACK




More information about the sssd-devel mailing list