diff -crN ./ORBit2/src/orb/GIOP/giop-connection.c /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./ORBit2/src/orb/GIOP/giop-connection.c
*** ./ORBit2/src/orb/GIOP/giop-connection.c	Tue Sep 24 20:30:19 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./ORBit2/src/orb/GIOP/giop-connection.c	Thu Jul  3 16:43:08 2003
***************
*** 71,78 ****
  		    cnx->parent.status != LINC_DISCONNECTED &&
  		    ((cnx->parent.options & LINC_CONNECTION_SSL) == 
  		     (is_ssl ? LINC_CONNECTION_SSL : 0)) &&
! 		    !strcmp (remote_host_info, cnx->parent.remote_host_info) &&
! 		    !strcmp (remote_serv_info, cnx->parent.remote_serv_info))
  
  			return g_object_ref (G_OBJECT (cnx));
  	}
--- 71,78 ----
  		    cnx->parent.status != LINC_DISCONNECTED &&
  		    ((cnx->parent.options & LINC_CONNECTION_SSL) == 
  		     (is_ssl ? LINC_CONNECTION_SSL : 0)) &&
! 		    !strcmp (remote_host_info, (char*)cnx->parent.remote_host_info) &&
! 		    !strcmp (remote_serv_info, (char*)cnx->parent.remote_serv_info))
  
  			return g_object_ref (G_OBJECT (cnx));
  	}
diff -crN ./ORBit2/test/poa/Makefile.am /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./ORBit2/test/poa/Makefile.am
*** ./ORBit2/test/poa/Makefile.am	Fri Sep 20 05:01:51 2002
--- /gestconf/project/GNOME_ACL/GNOME/build/sh_build_GNOME/src/./ORBit2/test/poa/Makefile.am	Thu Jul  3 16:48:55 2003
***************
*** 14,20 ****
                   poatest-basic09.c \
                   poatest-basic10.c
  
! #                 poatest-basic05.c \
  
  TESTS = poatest-basic01 \
          poatest-basic02 \
--- 14,20 ----
                   poatest-basic09.c \
                   poatest-basic10.c
  
! #                 poatest-basic05.c
  
  TESTS = poatest-basic01 \
          poatest-basic02 \
***************
*** 26,32 ****
          poatest-basic09 \
          poatest-basic10
  
! #        poatest-basic05 \
  
  check_PROGRAMS = $(TESTS)
  
--- 26,32 ----
          poatest-basic09 \
          poatest-basic10
  
! #        poatest-basic05
  
  check_PROGRAMS = $(TESTS)
  
