Changeset 10074 for source/ariba
- Timestamp:
- Oct 27, 2011, 1:40:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/tcpip/protlib/tp_over_tcp.cpp
r10073 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.