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

Ticket29826 #1559

Merged
merged 2 commits into from Dec 2, 2019
Merged

Ticket29826 #1559

merged 2 commits into from Dec 2, 2019

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Nov 23, 2019

No description provided.

nmathewson added 2 commits Nov 23, 2019
The FP_ identifiers referred to fingerprints, but they also applied
to address ranges.  The router_status_t name invited confusion with
routerstasus_t.  Fixes ticket 29826.

This is an automated commit, generated by this command:

./scripts/maint/rename_c_identifier.py \
        router_status_t rtr_flags_t \
        FP_INVALID RTR_INVALID \
        FP_BADEXIT RTR_BADEXIT \
        FP_REJECT RTR_REJECT
@coveralls
Copy link

@coveralls coveralls commented Nov 23, 2019

Pull Request Test Coverage Report for Build 7304

  • 0 of 18 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.63%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/feature/dirauth/process_descs.c 0 18 0.0%
Totals Coverage Status
Change from base Build 7303: 0.0%
Covered Lines: 49111
Relevant Lines: 78414

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 75f417f into torproject:master Dec 2, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment