Changeset 5425


Ignore:
Timestamp:
Jul 29, 2009, 3:39:16 PM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/rfcomm/rfcomm.cpp

    r5424 r5425  
    136136
    137137        // not found, or not up? ->try to (re-)connect
    138         if (info==NULL || !info->up || info->socket->is_open() ) {
     138        if (info==NULL || !info->up || !info->socket->is_open() ) {
    139139                logging_debug( "Connecting to " << endpoint.to_string() );
    140140                if (info != NULL && (!info->up || !info->socket->is_open())) {
Note: See TracChangeset for help on using the changeset viewer.