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

Jakub Hrozek jhrozek at redhat.com
Thu Feb 20 15:34:03 UTC 2014


On Thu, Feb 20, 2014 at 01:29:11PM +0100, Pavel Březina wrote:
> 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

Pushed to master and sssd-1-11 (since it's a potential crasher)



More information about the sssd-devel mailing list