X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Funix.c;h=d9061f9029c415821cd35ac6cf346c64aeac5315;hp=6ee2c9d19817a50b616c8c3e2a8f79441655e13c;hb=b06636208651777c08e2456bf3b5953fc3c0f2c2;hpb=6cf32fafe48e17e937809e54edf5abc7451d557b diff --git a/src/unix.c b/src/unix.c index 6ee2c9d..d9061f9 100644 --- a/src/unix.c +++ b/src/unix.c @@ -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;