Change-Id: Icfbd43192b0a0167bda516ad6da25eda1751bd8a
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
%global __provides_exclude_from ^.*\\.extension-calendar
Name: sync-service
-Version: 0.3.33
+Version: 0.3.34
Release: 1
License: Apache-2.0
Summary: Sync manager daemon
LOG_LOGD("syncJobToRun is null");
}
- pthread_mutex_unlock(&(SyncManager::GetInstance()->__syncJobQueueMutex));
-
if (syncJobToRun != NULL) {
int ret = DispatchSyncJob(syncJobToRun);
if (ret != SYNC_ERROR_NONE) {
SyncManager::GetInstance()->ScheduleSyncJob(syncJobToRun, false);
}
}
+
+ pthread_mutex_unlock(&(SyncManager::GetInstance()->__syncJobQueueMutex));
}
/* LCOV_EXCL_STOP */