Add to retry to read DUID.
authorHokwon Song <hokwon.song@samsung.com>
Thu, 24 Oct 2013 10:30:45 +0000 (19:30 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Thu, 24 Oct 2013 10:30:45 +0000 (19:30 +0900)
Change-Id: I4ac3f7bdf8bd0f9bf79e8d8f5277f22b607b2027
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
osp-system-server.pc.in
src/system/FSys_SystemInfoImpl.cpp

index 55148fe..62f5b14 100755 (executable)
@@ -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@
index 6b3926c..0f4b53d 100644 (file)
@@ -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;