Add missing function to create sap agent 26/232626/1
authorInHong Han <inhong1.han@samsung.com>
Thu, 7 May 2020 04:07:38 +0000 (13:07 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 7 May 2020 04:07:38 +0000 (13:07 +0900)
Change-Id: Idf0c8fb062d390611067a0ce5023949943fcab05

receiver/src/main.cpp

index c959151..6a7cb61 100644 (file)
@@ -101,6 +101,7 @@ static bool check_sync_time_condition()
         LOGD("current time : %f, last_sync_time : %f", ecore_time_get(), last_sync_time);
 
         if (ecore_time_get() - last_sync_time > MAX_WAIT_TIME) {
+            initialize_sap();
             request_show_sync_notification();
             result = false;
         } else {