Explorar o código

Don't automatically load the quorum service.

This will, for the time being, unbreak synchronisation.



git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1750 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield %!s(int64=17) %!d(string=hai) anos
pai
achega
035ec6f113
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      exec/service.c

+ 1 - 5
exec/service.c

@@ -81,11 +81,7 @@ static struct default_service default_services[] = {
 	{
 		.name			 = "corosync_pload",
 		.ver			 = 0,
-	},
-	{
-		.name			 = "corosync_quorum",
-		.ver			 = 0,
-	},
+	}
 };
 
 struct corosync_service_engine *ais_service[SERVICE_HANDLER_MAXIMUM_COUNT];