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

Reset PP_TO_BMC to avoid foreign master to be removed by BMCA during

calibration
parent 832d2b6e
......@@ -43,5 +43,8 @@ int wr_s_lock(struct pp_instance *ppi, void *buf, int len)
ppi->next_delay = 0;
}
/* Calibration can take time so we restart the BMC timer to avoid aged foreign master removed. */
pp_timeout_set(ppi, PP_TO_BMC);
return 0;
}
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