Re: [PATCH] service: Update notifier state when relevant while getting ready

2013-01-15 Thread Tomasz Bursztyka
Hi Patrik, Applied, thanks! Was there a BMC bug number for this one also? Afaik, no. Tomasz ___ connman mailing list connman@connman.net http://lists.connman.net/listinfo/connman

Re: [PATCH] service: Update notifier state when relevant while getting ready

2013-01-15 Thread Patrik Flykt
On Tue, 2013-01-15 at 10:20 +0200, Tomasz Bursztyka wrote: > When getting 1 service to online, and disonnecting it: Manager state > stays at 'ready'. This is due to service updating the notifier about > its state 'ready' 2 times. Once when connecting: idle -> ready, and > once when disconnecting: o

[PATCH] service: Update notifier state when relevant while getting ready

2013-01-15 Thread Tomasz Bursztyka
When getting 1 service to online, and disonnecting it: Manager state stays at 'ready'. This is due to service updating the notifier about its state 'ready' 2 times. Once when connecting: idle -> ready, and once when disconnecting: online -> ready. --- src/service.c | 3 ++- 1 file changed, 2 inser