X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Funix.c;h=559740a4f7aff8b55617c15545949f0a7d4517b4;hp=6ee2c9d19817a50b616c8c3e2a8f79441655e13c;hb=b80d372819c8c909455ca5868f6d7412dfbbef66;hpb=e14b57aabd2bcdd5996d17778bf9055935d7b252 diff --git a/src/unix.c b/src/unix.c index 6ee2c9d..559740a 100644 --- a/src/unix.c +++ b/src/unix.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. */ /** @@ -167,7 +167,6 @@ COMSTACK unix_type(int s, int flags, int protocol, void *vp) state->towrite = state->written = -1; state->complete = cs_complete_auto; - p->timeout = COMSTACK_DEFAULT_TIMEOUT; TRC(fprintf(stderr, "Created new UNIX comstack\n")); return p;