Index: source/ariba/overlay/OverlayBootstrap.cpp
===================================================================
--- source/ariba/overlay/OverlayBootstrap.cpp	(revision 4839)
+++ source/ariba/overlay/OverlayBootstrap.cpp	(revision 4850)
@@ -89,6 +89,9 @@
 
 	// announcement for another spovnet
-	if( sid != spovnetid )
-		return;
+	if( sid != this->spovnetid ) return;
+
+	// announcement with our nodeid (either our announcement
+	// or a node with the same id, any way -> ignore)
+	if( nid == this->nodeid ) return;
 
 	// announcement for our spovnet
