On Sunday, January 22, 2012 21:15:53 Simon Wunderlich wrote:
When receiving a tt_response, we first delete the old entries and set the initialised flag to false, then add the new received entries, but forgot to set the initialised flag to true again. This may lead to endless loops of requests/responses, as a request is always issued if the initialised flag is not set.
Fix this by moving initialised = true from tt_update_changes() to _tt_update_changes().
This is a regression introduced by 8ef201e. Can we add this in the commit message somewhere ? As a reminder for me to squash these 2 patches when preparing the patches for David.
Thanks, Marek