From f2c994b9db07f003583ec0b3873eade0ef8b1fae Mon Sep 17 00:00:00 2001 From: Miyotaka Sakai Date: Mon, 11 Oct 2004 09:12:20 +0000 Subject: [PATCH] correct defalut component name (Logical change 1.92) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@329 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/testamf4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testamf4.c b/test/testamf4.c index 517f91fb..0ec4ae57 100644 --- a/test/testamf4.c +++ b/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);