瀏覽代碼

correct defalut component name

(Logical change 1.92)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@329 fd59a12c-fef9-0310-b244-a6a79926bd2f
Miyotaka Sakai 21 年之前
父節點
當前提交
f2c994b9db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/testamf4.c

+ 1 - 1
test/testamf4.c

@@ -288,7 +288,7 @@ int main (int argc, char **argv) {
 	FD_SET (select_fd, &read_fds);
 
 	if (compName.length <= 0){
-		setSanameT (&compName, "comp_b_in_su_x");
+		setSanameT (&compName, "comp_b_in_su_y");
 	}
 
 	result = saAmfComponentRegister (&handle, &compName, NULL);