Ignore:
Timestamp:
Oct 27, 2011, 1:40:44 PM (12 years ago)
Author:
mayer@…
Message:

-testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/tcpip/protlib/tp_over_tcp.cpp

    r10073 r10074  
    205205      ERRLog(tpparam.name,"Connect to " << addr.get_ip_str() << " port #" << addr.get_port()
    206206          << " failed: [" << color[red] << strerror(errno) << color[off] << "]");
    207      
     207
     208      close(new_socket);
    208209      return 0; // error: couldn't connect
    209210    }
Note: See TracChangeset for help on using the changeset viewer.