set default fence state 23/103023/1 accepted/tizen/common/20161207.184325 accepted/tizen/ivi/20161208.011440 accepted/tizen/mobile/20161208.011416 submit/tizen/20161207.062335
authorjomui <jongmun.woo@samsung.com>
Wed, 7 Dec 2016 05:02:26 +0000 (14:02 +0900)
committerjomui <jongmun.woo@samsung.com>
Wed, 7 Dec 2016 05:02:44 +0000 (14:02 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I2b139261ba9f0b1216d62c0099ac24d2c7523f71

geofence-server/src/geofence_server.c

index 88fbf87..7f94948 100644 (file)
@@ -2112,7 +2112,7 @@ static void dbus_start_geofence_cb(gint fence_id, const gchar *app_id, gpointer
        item_data->client_status = GEOFENCE_CLIENT_STATUS_START;
 
        if (item_data->common_info.type == GEOFENCE_TYPE_GEOPOINT) {
-
+               status_to_be_emitted = GEOFENCE_FENCE_STATE_OUT;
                if (__is_support_wps() == true && __isDataConnected() == true && __isWifiOn() == true) {
                        ret = __start_wps_positioning(geofence_server, __geofence_wps_position_changed_cb);
                        if (ret != FENCE_ERR_NONE) {