From: Daniel Wagner Date: Tue, 17 Apr 2012 12:59:01 +0000 (+0200) Subject: service: Update notifier on ONLINE state X-Git-Tag: 0.80~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e093e07dbf7ba956e2d7ac8cbc8e966ceb6a5068;p=platform%2Fupstream%2Fconnman.git service: Update notifier on ONLINE state --- diff --git a/src/service.c b/src/service.c index 3f69585..8f97c09 100644 --- a/src/service.c +++ b/src/service.c @@ -4584,8 +4584,10 @@ static int service_indicate_state(struct connman_service *service) __connman_connection_update_gateway(); - if (new_state == CONNMAN_SERVICE_STATE_ONLINE) + if (new_state == CONNMAN_SERVICE_STATE_ONLINE) { + __connman_notifier_online(service->type); default_changed(); + } return 0; }