From: Hokwon Song Date: Thu, 24 Oct 2013 10:30:45 +0000 (+0900) Subject: Add to retry to read DUID. X-Git-Tag: submit/tizen/20131210.080830^2^2~25^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b44315473e675bcd332e2f56fac1ce00f87a8a6;p=platform%2Fframework%2Fnative%2Fappfw.git Add to retry to read DUID. Change-Id: I4ac3f7bdf8bd0f9bf79e8d8f5277f22b607b2027 Signed-off-by: Hokwon Song --- diff --git a/osp-system-server.pc.in b/osp-system-server.pc.in index 55148fe..62f5b14 100755 --- a/osp-system-server.pc.in +++ b/osp-system-server.pc.in @@ -3,7 +3,7 @@ prefix=@PREFIX@ exec_prefix=/usr libdir=/usr/lib/osp-server -includedir=/usr/include/osp/server +includedir=/usr/include/osp/server/system Name: @PC_NAME@ Description: @PACKAGE_DESCRIPTION@ diff --git a/src/system/FSys_SystemInfoImpl.cpp b/src/system/FSys_SystemInfoImpl.cpp index 6b3926c..0f4b53d 100644 --- a/src/system/FSys_SystemInfoImpl.cpp +++ b/src/system/FSys_SystemInfoImpl.cpp @@ -446,7 +446,7 @@ _SystemInfoImpl::GetSysInfo(const String& key, String& value) { r = GetFromRegistry(tizenKey, value); - if(r != E_SUCCESS) + if(r != E_SUCCESS || value == L"ERROR") { ArrayList requestMessage; ArrayList responseMessage;