You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pr...@apache.org on 2005/03/18 15:14:29 UTC

cvs commit: ws-axis/c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannel.cpp

prestonf    2005/03/18 06:14:29

  Modified:    c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannel.cpp
  Log:
  Hi All,
  I think this will complete what needs to be done for AXISCPP-566.
  
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.10      +1 -1      ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp
  
  Index: HTTPSSLChannel.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannel.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTPSSLChannel.cpp	28 Jan 2005 13:32:00 -0000	1.9
  +++ HTTPSSLChannel.cpp	18 Mar 2005 14:14:29 -0000	1.10
  @@ -411,7 +411,7 @@
   
   			CloseChannel();
   
  -            free( paiAddrInfo0);
  +            freeaddrinfo( paiAddrInfo0);
   			
   			string *	message = PLATFORM_GET_ERROR_MESSAGE( dw);
   			char		fullMessage[600];