[xio-commit] CVS update: MODIFIED: compat ...
John Bresnahan
commit at globus.org
Tue Oct 24 13:20:44 CDT 2006
User: bresnaha
Date: 06/10/24 13:20:44
Modified: compat globus_io_xio_compat.c
Log:
removed call requesting peer name altogether. Was a work around to begin with and is no longer needed.
Revision Changes Path
1.24 +0 -15 io/compat/globus_io_xio_compat.c
http://viewcvs.globus.org/viewcvs.cgi/io/compat/globus_io_xio_compat.c.diff?r1=1.23&r2=1.24
(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.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- globus_io_xio_compat.c 24 Oct 2006 17:03:18 -0000 1.23
+++ globus_io_xio_compat.c 24 Oct 2006 18:20:43 -0000 1.24
@@ -2633,21 +2633,6 @@
ihandle->xio_handle = ilistener_handle->accepted_handle;
ilistener_handle->accepted_handle = GLOBUS_NULL;
- result = globus_xio_handle_cntl(
- ihandle->xio_handle,
- globus_l_io_tcp_driver,
- GLOBUS_XIO_TCP_GET_REMOTE_CONTACT,
- &contact_string);
- if(result != GLOBUS_SUCCESS)
- {
- /*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(
ihandle->attr->attr,
GLOBUS_NULL,
More information about the xio-commit
mailing list