Przeglądaj źródła

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 20 lat temu
rodzic
commit
327f7bde1d
1 zmienionych plików z 1 dodań i 1 usunięć
  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);