[ds6-devel] nc6/src connection.h,1.11,1.12

chris at deepspace6.net chris at deepspace6.net
Sun Jan 5 14:44:33 CET 2003


Update of /cvs/nc6/src

Modified Files:
	connection.h 
Log Message:
Oops.


Index: connection.h
===================================================================
RCS file: /cvs/nc6/src/connection.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- connection.h	5 Jan 2003 13:40:01 -0000	1.11
+++ connection.h	5 Jan 2003 13:44:31 -0000	1.12
@@ -78,7 +78,7 @@
 #define ca_set_connection_timeout(CA, CT)	((CA)->connect_timeout = (CT))
 
 #define ca_remote_stream(CA)	(&((CA)->remote_stream))
-#define ca_local_stream(CA)	(&((CA)->remote_stream))
+#define ca_local_stream(CA)	(&((CA)->local_stream))
 	
 #define ca_suppress_half_close_remote(CA)	\
 	ios_suppress_half_close(&((CA)->remote_stream), FALSE)



More information about the ds6-devel mailing list