Change AUL_K_RPC_PORT definition 84/180484/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:18:18 +0000 (13:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 30 May 2018 04:28:59 +0000 (13:28 +0900)
Change-Id: Ic84bcd91f6f2e90a5436fe3e71ec158638eeeee1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul_rpc_port.h

index cbfcb95..3c1af19 100644 (file)
@@ -21,7 +21,7 @@
 extern "C" {
 #endif
 
-#define AUL_K_RPC_PORT "__AUL_RPC_PORT__"
+#define AUL_K_RPC_PORT "__K_RPC_PORT"
 
 int aul_rpc_port_prepare_stub(const char *appid, const char *port_name);