correct defalut component name

(Logical change 1.92)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@331 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Miyotaka Sakai 2004-10-11 09:12:20 +00:00
parent e1b8653f9b
commit 3691a0588a
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,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_a_in_su_y");
}
result = saAmfComponentRegister (&handle, &compName, NULL);

View File

@ -289,7 +289,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_a_in_su_z");
}
result = saAmfComponentRegister (&handle, &compName, NULL);