Re: [SSSD] [PATCH] Do not access state after tevent_req_done() is called

2011-07-01 Thread Stephen Gallagher
On Fri, 2011-07-01 at 14:01 +0200, Sumit Bose wrote: > Hi, > > after calling tevent_req_done() or tevent_req_error() that related > request and the corresponding state might be invalid and should not be > accessed. The attached patch fixed this for the sdap_async_sys_connect > request. Ack and p

[SSSD] [PATCH] Do not access state after tevent_req_done() is called

2011-07-01 Thread Sumit Bose
Hi, after calling tevent_req_done() or tevent_req_error() that related request and the corresponding state might be invalid and should not be accessed. The attached patch fixed this for the sdap_async_sys_connect request. bye, Sumit From ff15a33c79d782735d2c31d1a872317ddf2f622f Mon Sep 17 00:00:0