Explorar o código

Remove unnecessary exit from testevs

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

+ 0 - 1
test/testevs.c

@@ -120,7 +120,6 @@ int main (void)
 	}
 	printf ("local processor from evs_membership_get %x\n", local_nodeid);
 
-exit (1);
 	printf ("Init result %d\n", result);
 	result = evs_join (handle, groups, 3);
 	printf ("Join result %d\n", result);