Applied and backported, thx
On Thu, Mar 20, 2014 at 10:09 AM, Ben Pfaff wrote:
> On Wed, Mar 19, 2014 at 05:44:35PM -0700, Alex Wang wrote:
> > CFM fault variable type has been changed to 'enum cfm_fault_reason' for
> > long time. However, inside cfm_run(), the old_cfm_fault is still defined
>
On Wed, Mar 19, 2014 at 05:44:35PM -0700, Alex Wang wrote:
> CFM fault variable type has been changed to 'enum cfm_fault_reason' for
> long time. However, inside cfm_run(), the old_cfm_fault is still defined
> as boolean. This commit fixes the issue.
>
> Found by inspection.
>
> Signed-off-by:
CFM fault variable type has been changed to 'enum cfm_fault_reason' for
long time. However, inside cfm_run(), the old_cfm_fault is still defined
as boolean. This commit fixes the issue.
Found by inspection.
Signed-off-by: Alex Wang
---
lib/cfm.c |4 ++--
1 file changed, 2 insertions(+), 2