Version 5.1.0
[yaz-moved-to-github.git] / src / unix.c
index 6ee2c9d..559740a 100644 (file)
@@ -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;