Explorar el Código

defect 854 - invalid return value displayed in test program

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@810 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake hace 20 años
padre
commit
327f7bde1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/testclm2.c

+ 1 - 1
test/testclm2.c

@@ -189,7 +189,7 @@ void interruptAction()
 	fprintf(stderr, "SIGINT signal caught\n");
 	if (mode == MODE_CALLBACK)
 	{
-		apiCall("ClusterTrackStop", handle);
+		apiCall("ClusterTrackStop", saClmClusterTrackStop(handle));
 	}
 	apiCall("Finalize", saClmFinalize(handle));
 	exit(0);