diff --git a/src/sockets/socket.cpp b/src/sockets/socket.cpp
index 686a2338be558b314c1810c29e0ca2d5f3214fff..a73494c8444f016dc52f2aa07def774212570d12 100644
--- a/src/sockets/socket.cpp
+++ b/src/sockets/socket.cpp
@@ -52,6 +52,7 @@ void CSocket::hard_open(void *comm_dev)
   if(!this->cloned)
   {
     if(this->type==socket_tcp)
+    //if((this->socket_fd=socket(AF_INET,SOCK_DGRAM,0))<0)
     {
       if((this->socket_fd=socket(AF_INET,SOCK_STREAM,0))<0)
       {