[ds6-devel] nc6/src readwrite.c,1.9.2.1,1.9.2.2

chris@deepspace6.net chris@deepspace6.net
Tue Dec 10 00:36:38 2002


Update of /cvs/nc6/src

Modified Files:
      Tag: chris_refactor_101202
	readwrite.c 
Log Message:
As discussed, timeout shouldn't be a failure (for now).


Index: readwrite.c
===================================================================
RCS file: /cvs/nc6/src/readwrite.c,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- readwrite.c	10 Dec 2002 00:34:10 -0000	1.9.2.1
+++ readwrite.c	10 Dec 2002 00:36:36 -0000	1.9.2.2
@@ -178,7 +178,6 @@
 
 		/* stop if either ios has timed out */
 		if ((tvp1 && !timerisset(tvp1)) || (tvp2 && !timerisset(tvp2))) {
-			retval = -1;
 			break;
 		}
 



More information about the ds6-devel mailing list