Change-Id: If569c52672db94f8347e4ffcc932d231274cd82d
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
}
#ifndef DISABLE_TCP_SERVER
+#if 0
if (caglobals.server)
{
CATCPInitializeSocket();
}
#endif
+#endif
#ifndef __TIZENRT__
// create pipe for fast shutdown
OIC_LOG(DEBUG, TAG, "data is removed from session list");
#ifndef DISABLE_TCP_SERVER
+#if 0
if (caglobals.server && MAX_CONNECTION_COUNTS == u_arraylist_length(caglobals.tcp.svrlist) + 1)
{
CATCPInitializeSocket();
}
+#endif
#endif
return CA_STATUS_OK;