[Openais] error in amf.c 0.70.1

Bjorn Andersson bjorn at iki.fi
Sat Jan 28 01:57:19 PST 2006


On line 1491 in exec/amf.c from 0.70.1 there is an "exit (1)" that
probably should not be there.

  Bjorn
-------

void timer_function_libamf_healthcheck (void *data) {
[...]
        if (conn_info->component->healthcheck_outstanding == 1) {

                log_printf (LOG_LEVEL_DEBUG, "Healthcheck timed out on
component %s\n",
                        getSaNameT (&conn_info->component->name));

                /*
                 * Report the error to the rest of the cluster using
the normal state machine
                 */
exit (1);
                error_report (conn_info->component, SA_AMF_NOT_RESPONDING);

                conn_info->component->healthcheck_outstanding = 2;
        } else
[...]




More information about the Openais mailing list