Remove timeout member from COMSTACK
[yaz-moved-to-github.git] / src / tcpip.c
index 441a010..5ed4c9b 100644 (file)
@@ -234,7 +234,6 @@ COMSTACK tcpip_type(int s, int flags, int protocol, void *vp)
     sp->connect_response_buf = 0;
     sp->connect_response_len = 0;
 
-    p->timeout = COMSTACK_DEFAULT_TIMEOUT;
     TRC(fprintf(stderr, "Created new TCPIP comstack h=%p\n", p));
 
     return p;