Index: source/ariba/utility/bootstrap/BootstrapManager.cpp
===================================================================
--- source/ariba/utility/bootstrap/BootstrapManager.cpp	(revision 7834)
+++ source/ariba/utility/bootstrap/BootstrapManager.cpp	(revision 7911)
@@ -128,5 +128,5 @@
 	{ // multicast dns
 		RegistrationResult resone = RegistrationSucceeded;
-		resone = registerModule(BootstrapTypeMulticastDns);
+		resone = registerModule(BootstrapTypeMulticastDns, "");
 
 		if(resone != RegistrationSucceeded)
@@ -136,5 +136,5 @@
 	{ // periodic broadcast
 		RegistrationResult resone = RegistrationSucceeded;
-		resone = registerModule(BootstrapTypePeriodicBroadcast);
+		resone = registerModule(BootstrapTypePeriodicBroadcast, "");
 
 		if(resone != RegistrationSucceeded)
@@ -144,5 +144,5 @@
 	{ // bluetooth sdp
 			RegistrationResult resone = RegistrationSucceeded;
-			resone = registerModule(BootstrapTypeBluetoothSdp);
+			resone = registerModule(BootstrapTypeBluetoothSdp, "");
 
 			if(resone != RegistrationSucceeded)
Index: source/ariba/utility/bootstrap/BootstrapManager.h
===================================================================
--- source/ariba/utility/bootstrap/BootstrapManager.h	(revision 7834)
+++ source/ariba/utility/bootstrap/BootstrapManager.h	(revision 7911)
@@ -85,5 +85,5 @@
 
 	RegistrationResult registerAllModules();
-	RegistrationResult registerModule(BootstrapType type, string info=string(""));
+	RegistrationResult registerModule(BootstrapType type, string info);
 	RegistrationResult unregisterAllModules();
 	RegistrationResult unregisterModule(BootstrapType type);
