[PATCH] ofono: Fix infinite recursion in network disconnect

2011-02-17 Thread Henri Bragge
--- If association takes too long and connection timeout goes off, then connman will try to disconnect and ends up in infinite recursion when __connman_network_disconnect() and connman_network_set_connected() call each other. Same bug was reported and fixed in wifi plugin too: http://www.mail-arc

Re: [PATCH] ofono: Fix infinite recursion in network disconnect

2011-02-17 Thread Samuel Ortiz
Hi Henri, On Thu, Feb 17, 2011 at 01:51:47PM +0200, Henri Bragge wrote: > --- > > If association takes too long and connection timeout goes off, then > connman will try to disconnect and ends up in infinite recursion when > __connman_network_disconnect() and connman_network_set_connected() call >