Skip to content

Commit

Permalink
Merge pull request #2122 from jphickey/fix-2121-jphfix
Browse files Browse the repository at this point in the history
Fix #2121, remove commented out code
  • Loading branch information
dzbaker committed Jul 13, 2022
2 parents b581e0d + a89fdd9 commit c653848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core_api/ut-stubs/src/cfe_tbl_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void UT_DefaultHandler_CFE_TBL_GetAddress(void *UserObj, UT_EntryKey_t FuncKey,
int32 status;

UT_Stub_GetInt32StatusCode(Context, &status);
if (status >= 0 /* JPHFIX: && !UT_Stub_CheckDefaultReturnValue(UT_KEY(CFE_TBL_GetAddress), &ForceValue) */)
if (status >= 0)
{
UT_Stub_CopyToLocal(UT_KEY(CFE_TBL_GetAddress), (uint8 *)TblPtr, sizeof(void *));
}
Expand Down

0 comments on commit c653848

Please sign in to comment.