Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fsw/src/fm_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ bool FM_SetPermissionsCmd(const CFE_SB_Buffer_t *BufPtr)
FM_ChildQueueEntry_t *CmdArgs = NULL;
const char * CmdText = "Set Permissions";
bool CommandResult = true;
bool FilenameState = FM_NAME_IS_INVALID;
uint32 FilenameState = FM_NAME_IS_INVALID;

const FM_FilenameAndMode_Payload_t *CmdPtr = FM_GET_CMD_PAYLOAD(BufPtr, FM_SetPermissionsCmd_t);

Expand Down
Loading