Re: [PATCH] inet: Cleanup router solicitation callback properly after error.

2011-10-20 Thread Samuel Ortiz
Hi Jukka, On Wed, Oct 12, 2011 at 04:05:18PM +0300, Jukka Rissanen wrote: > The cleanup routine must be called after an error and after > calling RS callback, otherwise the timeout is not removed > in right time. Applied, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss

[PATCH] inet: Cleanup router solicitation callback properly after error.

2011-10-12 Thread Jukka Rissanen
The cleanup routine must be called after an error and after calling RS callback, otherwise the timeout is not removed in right time. --- src/inet.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/inet.c b/src/inet.c index d898650..56f29fd 100644 --- a/src/inet.c +++ b/