Change file path of domain socket
authorHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 26 Sep 2013 05:41:40 +0000 (14:41 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Thu, 26 Sep 2013 05:41:40 +0000 (14:41 +0900)
Change-Id: I59113232f1725b8a7207b903330ffc565071d3b2
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/IpcServer.cpp

index daef014..3c449f5 100644 (file)
@@ -172,7 +172,7 @@ IpcServer::Construct(const String& name, const IIpcServerEventListener& listener
        pName = _StringConverter::CopyToCharArrayN(name);
        SysTryReturnResult(NID_IO, pName != null, E_OUT_OF_MEMORY, "Not enough memory");
 
-       socketName.append("/tmp/");
+       socketName.append("/var/run/osp/");
        socketName.append(pName);
 
        delete[] pName;