Skip to content

CF_CFDP_DisableEngine no longer disables the engine #161

@jphickey

Description

@jphickey

Describe the bug
The line which actually disables the engine got mistakenly deleted in a recent PR. (Got swept up because it was grouped with the variable declarations with no whitespace between).

To Reproduce
Issue disable engine command, it does not actually disable

Expected behavior
Should disable the engine

Code snips

CF/fsw/src/cf_cfdp.c

Lines 2287 to 2288 in ba10b0b

int i, j;
CF_AppData.engine.enabled = 0;

System observed on:
N/A

Reporter Info
Sergio Maldonado (@semaldona)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions