[xio-commit] CVS update: MODIFIED: compat ...
John Bresnahan
commit at globus.org
Tue Oct 24 12:03:20 CDT 2006
User: bresnaha
Date: 06/10/24 12:03:20
Modified: compat globus_io_xio_compat.c
Log:
patches to make udt_ref work properly with the gridftp server
Revision Changes Path
1.23 +6 -1 io/compat/globus_io_xio_compat.c
http://viewcvs.globus.org/viewcvs.cgi/io/compat/globus_io_xio_compat.c.diff?r1=1.22&r2=1.23
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globus_io_xio_compat.c
===================================================================
RCS file: /home/globdev/CVS/globus-packages/io/compat/globus_io_xio_compat.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- globus_io_xio_compat.c 30 Mar 2006 20:16:45 -0000 1.22
+++ globus_io_xio_compat.c 24 Oct 2006 17:03:18 -0000 1.23
@@ -2640,7 +2640,12 @@
&contact_string);
if(result != GLOBUS_SUCCESS)
{
- goto error_gsi;
+ /*goto error_gsi; */
+ /* this allows NON-TCP stacks to work. the way we hcae implemented
+ non TCP stacks is a bit of a hack and certainly some controls
+ will not work. io compat is VERY TCP specific. This is
+ definitly an experimental work around */
+ contact_string = NULL;
}
result = globus_xio_attr_cntl(
More information about the xio-commit
mailing list