Changeset 10074 for source/ariba/utility/transport/tcpip
- Timestamp:
- Oct 27, 2011, 1:40:44 PM (14 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      source/ariba/utility/transport/tcpip/protlib/tp_over_tcp.cppr10073 r10074 205 205 ERRLog(tpparam.name,"Connect to " << addr.get_ip_str() << " port #" << addr.get_port() 206 206 << " failed: [" << color[red] << strerror(errno) << color[off] << "]"); 207 207 208 close(new_socket); 208 209 return 0; // error: couldn't connect 209 210 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
