X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=95cd26acb5d46e6820ee4b87edf5385668e28391;hb=02b9296d9a65ff5b325cedbd4d9455ba2edd9365;hp=441a01096a8a02230aa7522e7b083253d9402841;hpb=e14b57aabd2bcdd5996d17778bf9055935d7b252;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index 441a010..95cd26a 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -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;