test commit, one line amf.c change in clc_cli_cleanup

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1009 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Hans Feldt 2006-04-26 09:00:41 +00:00
parent f9ce4bea58
commit 947995bd80

View File

@ -784,7 +784,7 @@ int clc_cli_cleanup (struct amf_comp *comp)
struct clc_command_run_data *clc_command_run_data;
dprintf ("clc_cli_instaniate\n");
dprintf ("clc_cli_cleanup\n");
clc_command_run_data = malloc (sizeof (struct clc_command_run_data));
clc_command_run_data->comp = comp;
clc_command_run_data->type = CLC_COMMAND_RUN_OPERATION_TYPE_CLEANUP;