replaced cmMemSet, cmMemcpy with memset and memcpy resp AND Removed TRC() traces...
[o-du/l2.git] / src / rlog / rl_rlog.c
index d33082d..9cb1836 100644 (file)
@@ -741,7 +741,7 @@ void*       rLogServer(void* arg)
   int newsockfd;
   int clilen = 0;
   int domain = AF_INET;
-  memset((void*)&serv_addr, 0, sizeof(serv_addr));
+  memset(&serv_addr, 0, sizeof(serv_addr));
 
 
   if(gIpType == CM_IPV4ADDR_TYPE)