notifier: Remove service from hash in error case
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 15 Nov 2011 17:12:17 +0000 (18:12 +0100)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 15 Nov 2011 17:12:17 +0000 (18:12 +0100)
commit4fa678448e73e6e87581b08f812d3f30f512e14e
tree301d45711d995810d316604a910d7140348fdecf
parentb2425856d9b2f3d23b35fa4bcf06e1f1f2986365
notifier: Remove service from hash in error case

CONNMAN_SERVICE_STATE_FAILURE should be treated in the same
way as CONNMAN_SERVICE_STATE_DISCONNECT or CONNMAN_SERVICE_STATE_IDLE
in  __connman_notifier_service_state_changed().

This should help to reduce the "Service state machine inconsistency detected."
error message.
src/notifier.c