Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #125, correct accept/reject counter increments #167

Merged
merged 1 commit into from
Jan 18, 2022

Commits on Jan 12, 2022

  1. Fix nasa#125, correct accept/reject counter increments

    For commands that rely on CF_TsnChanAction(), this is documented as
    returning a count of the number of transactions affected.  Therefore,
    a return value >0 means that the operation was successful (or at least
    it matched something), and a return value <=0 means failure.
    
    - Fixes a case where the function did not adhere to its documented return
    - Fixes passing the result to CF_CmdCond() which needs a translation.
    jphickey committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    dab6f02 View commit details
    Browse the repository at this point in the history