Commit 41635c92 authored by Jean-Claude BAU's avatar Jean-Claude BAU Committed by Adam Wujek

PPSI not starting correctly after the reboot of the switch.

Change the default value of "alarmDetected" to force execution of fsm
the first time.
parent 2c896cb5
......@@ -89,7 +89,7 @@ static int run_all_state_machines(struct pp_globals *ppg)
return delay_ms;
}
static int alarmDetected=0;
static int alarmDetected=1;
static void sched_handler(int sig, siginfo_t *si, void *uc)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment