mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 06:43:27 +00:00
correct defalut component name
(Logical change 1.92) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@329 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
eb57bac8c6
commit
f2c994b9db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user