Index: source/ariba/utility/measurement/PathloadMeasurement.cpp
===================================================================
--- source/ariba/utility/measurement/PathloadMeasurement.cpp	(revision 5412)
+++ source/ariba/utility/measurement/PathloadMeasurement.cpp	(revision 6919)
@@ -45,6 +45,6 @@
 
 PathloadMeasurement::PathloadMeasurement(BaseOverlay* _overlay)
-	: running( false ), resultNode( NodeID::UNSPECIFIED ),
-	  listener( NULL), serverpid( -1 ) {
+	: running( false ), listener( NULL), resultNode( NodeID::UNSPECIFIED ),
+	   serverpid( -1 ) {
 
 	if( _overlay != NULL ) // this is important due to the singleton interface!
@@ -142,5 +142,5 @@
 	char buf[128];
 	string content = "";
-	bool failed = true;
+//	bool failed = true;
 
 	while( fgets(buf, 100, stream) != NULL ){
