Index: /INSTALL
===================================================================
--- /INSTALL	(revision 7758)
+++ /INSTALL	(revision 7758)
@@ -0,0 +1,2 @@
+see www.ariba-underlay.org
+see www.spovnet.de
Index: /README
===================================================================
--- /README	(revision 7754)
+++ /README	(revision 7758)
@@ -1,4 +1,2 @@
-see 
-  http://www.ariba-underlay.org 
-and 
-  www.spovnet.de
+see www.ariba-underlay.org
+see www.spovnet.de
Index: /source/ariba/utility/system/Timer.cpp
===================================================================
--- /source/ariba/utility/system/Timer.cpp	(revision 7754)
+++ /source/ariba/utility/system/Timer.cpp	(revision 7758)
@@ -97,5 +97,6 @@
 	reset(); // cause the sleep to abort
 	SystemQueue::instance().dropAll(this);
-	timerThread->join();
+	if(timerThread != NULL)
+		timerThread->join();
 }
 
