Fix wifi connection issue post invalid-key error occurs.
[platform/upstream/connman.git] / src / service.c
index 411b617..794555e 100755 (executable)
@@ -9377,7 +9377,9 @@ static int service_indicate_state(struct connman_service *service)
                                                report_error_cb,
                                                get_dbus_sender(service),
                                                NULL);
+#if !defined TIZEN_EXT
                        goto notifier;
+#endif
                }
                service_complete(service);
                break;
@@ -9444,7 +9446,9 @@ static int service_indicate_state(struct connman_service *service)
 
        __connman_connection_update_gateway();
 
+#if !defined TIZEN_EXT
 notifier:
+#endif
        if ((old_state == CONNMAN_SERVICE_STATE_ONLINE &&
                        new_state != CONNMAN_SERVICE_STATE_READY) ||
                (old_state == CONNMAN_SERVICE_STATE_READY &&