Re: [SSSD] [PATCH] Add online callback only once for TGT renewal

2011-06-02 Thread Stephen Gallagher
On Thu, 2011-06-02 at 12:53 -0400, Stephen Gallagher wrote: On Fri, 2011-05-27 at 13:02 +0200, Sumit Bose wrote: Hi, I confused the online callbacks with tevent timers when adding them to the TGT renewal task with the effect that a new renewal timer was added every time the system

[SSSD] [PATCH] Add online callback only once for TGT renewal

2011-05-27 Thread Sumit Bose
Hi, I confused the online callbacks with tevent timers when adding them to the TGT renewal task with the effect that a new renewal timer was added every time the system switched back from offline to online. Thanks to Kaushik for catching this. The attached patch should fix it. bye, Sumit From

Re: [SSSD] [PATCH] Add online callback only once for TGT renewal

2011-05-27 Thread Dmitri Pal
On 05/27/2011 07:02 AM, Sumit Bose wrote: Hi, I confused the online callbacks with tevent timers when adding them to the TGT renewal task with the effect that a new renewal timer was added every time the system switched back from offline to online. Thanks to Kaushik for catching this. The

Re: [SSSD] [PATCH] Add online callback only once for TGT renewal

2011-05-27 Thread Stephen Gallagher
On Fri, 2011-05-27 at 09:58 -0400, Dmitri Pal wrote: On 05/27/2011 07:02 AM, Sumit Bose wrote: Hi, I confused the online callbacks with tevent timers when adding them to the TGT renewal task with the effect that a new renewal timer was added every time the system switched back from

Re: [SSSD] [PATCH] Add online callback only once for TGT renewal

2011-05-27 Thread Sumit Bose
On Fri, May 27, 2011 at 10:27:48AM -0400, Stephen Gallagher wrote: On Fri, 2011-05-27 at 09:58 -0400, Dmitri Pal wrote: On 05/27/2011 07:02 AM, Sumit Bose wrote: Hi, I confused the online callbacks with tevent timers when adding them to the TGT renewal task with the effect that a