Explorar o código

Fix subset set operation to work properly.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1254 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=19) %!d(string=hai) anos
pai
achega
da09c38827
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
exec/totemsrp.c

@@ -1116,7 +1116,7 @@ static int memb_set_subset (
 		if (found == 0) {
 			return (0);
 		}
-		found = 1;
+		found = 0;
 	}
 	return (1);
 }