Index: source/ariba/utility/transport/rfcomm/rfcomm.cpp
===================================================================
--- source/ariba/utility/transport/rfcomm/rfcomm.cpp	(revision 5424)
+++ source/ariba/utility/transport/rfcomm/rfcomm.cpp	(revision 5425)
@@ -136,5 +136,5 @@
 
 	// not found, or not up? ->try to (re-)connect
-	if (info==NULL || !info->up || info->socket->is_open() ) {
+	if (info==NULL || !info->up || !info->socket->is_open() ) {
 		logging_debug( "Connecting to " << endpoint.to_string() );
 		if (info != NULL && (!info->up || !info->socket->is_open())) {
