瀏覽代碼

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 年之前
父節點
當前提交
327f7bde1d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);