Fix prevent issue
authorJoohyun Kim <joohyune.kim@samsung.com>
Mon, 26 Aug 2013 02:01:29 +0000 (11:01 +0900)
committerJoohyun Kim <joohyune.kim@samsung.com>
Mon, 26 Aug 2013 02:01:57 +0000 (11:01 +0900)
Change-Id: I62af23331180102163478340de864a41eeb450b2
Signed-off-by: Joohyun Kim <joohyune.kim@samsung.com>
src/system/FSys_SettingClient.cpp

index 9bec551..ecf4b13 100644 (file)
@@ -262,7 +262,8 @@ _SettingClient::OnIpcServerDisconnected(_IpcClient& client)
 
        __subscribed = false;
        __subscribedForInternal = false;
-       SubscribeEvent();
+       r = SubscribeEvent();
+       SysTryReturnVoidResult(NID_SYS, r == E_SUCCESS, r, "It is failed to subscribe event.");
 }
 
 result